- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a taxonomy, including its display name, description, and activated policy types.
HTTP request
PATCH https://datacatalog.googleapis.com/v1/{taxonomy.name}
Path parameters
Parameters | |
---|---|
taxonomy. |
Identifier. Resource name of this taxonomy in URL format. Note: Policy tag manager generates unique taxonomy IDs. It takes the form |
Query parameters
Parameters | |
---|---|
update |
Specifies fields to update. If not set, defaults to all fields you can update. For more information, see FieldMask. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Taxonomy
.
Response body
If successful, the response body contains an instance of Taxonomy
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.