- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing workstation configuration.
HTTP request
PATCH https://workstations.googleapis.com/v1/{workstationConfig.name=projects/*/locations/*/workstationClusters/*/workstationConfigs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
workstation |
Identifier. Full name of this workstation configuration. |
Query parameters
Parameters | |
---|---|
update |
Required. Mask specifying which fields in the workstation configuration should be updated. This is a comma-separated list of fully qualified names of fields. Example: |
validate |
Optional. If set, validate the request and preview the review, but do not actually apply it. |
allow |
Optional. If set and the workstation configuration is not found, a new workstation configuration will be created. In this situation, updateMask is ignored. |
Request body
The request body contains an instance of WorkstationConfig
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.