Required. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
Request body
The request body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-26 UTC."],[[["This page details the process for approving a rollout via a POST HTTP request to a specified URL, formatted using gRPC Transcoding syntax."],["The required path parameter, `name`, specifies the rollout's location and identifiers within the Google Cloud project, location, delivery pipeline, release, and rollout."],["The request body, in JSON format, includes a required boolean field, `approved`, to confirm or reject the rollout, and an optional string array, `overrideDeployPolicy`, for overriding existing policies."],["Successful requests result in an empty response body, while proper authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `clouddeploy.rollouts.approve` IAM permission."],["There is a `try it` section to test the API request."]]],[]]