The list of fields to be updated. If omitted, all fields are updated that are set in the request message (fields set to default values are ignored). If an asterisk "*" is specified, all fields are updated, including fields that are unspecified/default in the request.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
allowMissing
boolean
If set to true, and the deployment is not found, a new deployment will be created. In this situation, updateMask is ignored.
Request body
The request body contains an instance of ApiDeployment.
Response body
If successful, the response body contains an instance of ApiDeployment.
[[["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-03-07 UTC."],[[["This document describes the legacy Apigee Registry API's method for modifying a specified deployment, which is no longer supported and recommends using the Apigee API hub APIs instead."],["The `PATCH` method is used via an HTTP request to a specific URL following gRPC Transcoding syntax, targeting a resource name defined as a path parameter."],["Query parameters like `updateMask` and `allowMissing` allow for control over the update process, where `updateMask` specifies the fields to update and `allowMissing` determines whether to create a new deployment if one isn't found."],["The request body and the response body both utilize the `ApiDeployment` resource, and the operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` for authorization."]]],[]]