AI-generated Key Takeaways
- 
          This operation updates an existing deployment using an HTTP PATCH request. 
- 
          The request should target the specific deployment using its resource name in the URL path. 
- 
          A request body containing the updated deployment details is required, formatted according to the Deployment object schema. 
- 
          Optionally, a query parameter updateMaskcan specify particular fields for updating.
- 
          Proper authorization with the https://www.googleapis.com/auth/sasportalscope is necessary to perform this action.
Updates an existing deployment.
HTTP request
PATCH https://sasportal.googleapis.com/v1alpha1/{deployment.name=nodes/*/deployments/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| deployment.name | 
 Output only. Resource name. | 
Query parameters
| Parameters | |
|---|---|
| updateMask | 
 Fields to be updated. This is a comma-separated list of fully qualified names of fields. Example:  | 
Request body
The request body contains an instance of Deployment.
Response body
If successful, the response body contains an instance of Deployment.
Authorization Scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/sasportal