Required. The name of the deployment in the format: 'projects/{projectId}/locations/{location}/deployments/{deployment}'. It takes the form projects/{project}/locations/{location}/deployments/{deployment}.
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 2024-11-01 UTC."],[[["This API endpoint unlocks a locked deployment using a `POST` request to a specific URL."],["The request requires a `name` parameter in the URL path, formatted as `projects/{projectId}/locations/{location}/deployments/{deployment}`."],["The request body must include a `lockId` field, a required string representing the lock file's ID to be unlocked."],["Successful requests return an `Operation` instance in the response body, and the request requires the `config.googleapis.com/config.deployments.unlock` IAM permission."],["The request is only able to be authorized with `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]