Method: projects.locations.taxonomies.patch

Updates a taxonomy.

HTTP request

PATCH https://datacatalog.googleapis.com/v1beta1/{taxonomy.name}

Path parameters

Parameters
taxonomy.name

string

Identifier. Resource name of this taxonomy, whose format is: "projects/{projectNumber}/locations/{locationId}/taxonomies/{id}". It takes the form projects/{project}/locations/{location}/taxonomies/{taxonomies}.

Query parameters

Parameters
updateMask

string (FieldMask format)

The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all of the fields that are allowed to update.

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.