Method: projects.deployments.replaceDeployment
Creates or replaces a deployment with the specified name.
HTTP request
PUT https://gsuiteaddons.googleapis.com/v1/{deployment.name=projects/*/deployments/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
deployment.name |
string
The deployment resource name. Example: projects/123/deployments/my_deployment .
|
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/cloud-platform
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-14 UTC.
[null,null,["Last updated 2025-01-14 UTC."],[[["Creates or replaces a Google Workspace Add-on deployment with a specific name."],["Utilizes an HTTP PUT request with path parameters to identify the target deployment."],["Requires a request body containing the deployment details and an authorization scope for cloud platform access."],["Returns the updated deployment details in the response body upon successful execution."]]],[]]