- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates the attributes of the TagValue resource.
HTTP request
PATCH https://cloudresourcemanager.googleapis.com/v3/{tagValue.name=tagValues/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
tagValue.name |
Immutable. Resource name for TagValue in the format |
Query parameters
Parameters | |
---|---|
updateMask |
Optional. Fields to be updated. This is a comma-separated list of fully qualified names of fields. Example: |
validateOnly |
Optional. True to perform validations necessary for updating the resource, but not actually perform the action. |
Request body
The request body contains an instance of TagValue
.
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.