- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a taxonomy.
HTTP request
PATCH https://datacatalog.googleapis.com/v1beta1/{taxonomy.name}
Path parameters
Parameters | |
---|---|
taxonomy. |
Identifier. Resource name of this taxonomy, whose format is: "projects/{projectNumber}/locations/{locationId}/taxonomies/{id}". It takes the form |
Query parameters
Parameters | |
---|---|
update |
The update mask applies to the resource. For the 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.