Method: projects.locations.taxonomies.patch

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.name

string

Output only. Resource name of this taxonomy in URL format.

Note: Policy tag manager generates unique taxonomy IDs. It takes the form projects/{project}/locations/{location}/taxonomies/{taxonomies}.

Query parameters

Parameters
updateMask

string (FieldMask format)

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: "user.displayName,photo".

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.