- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing tag.
HTTP request
PATCH https://datacatalog.googleapis.com/v1beta1/{tag.name}
Path parameters
Parameters | |
---|---|
tag. |
Identifier. The resource name of the tag in URL format. Example:
where |
Query parameters
Parameters | |
---|---|
update |
Note: Currently, this parameter can only take Names of fields whose values to overwrite on a tag. Currently, a tag has the only modifiable field with the name In general, if this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Tag
.
Response body
If successful, the response body contains an instance of Tag
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.