AI-generated Key Takeaways
- 
          This operation updates an existing deployment using an HTTP PATCH request to a specific URL. 
- 
          The request URL includes path and query parameters to identify the deployment and specify update fields. 
- 
          The request body should contain a Deploymentobject with the desired changes.
- 
          A successful response will return the updated Deploymentobject.
- 
          This action requires authorization with the https://www.googleapis.com/auth/sasportalscope.
Updates an existing deployment.
HTTP request
PATCH https://sasportal.googleapis.com/v1alpha1/{deployment.name=customers/*/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