Method: projects.locations.glossaries.terms.patch

Updates a GlossaryTerm resource.

HTTP request

PATCH https://dataplex.googleapis.com/v1/{term.name=projects/*/locations/*/glossaries/*/terms/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
term.name

string

Output only. Identifier. The resource name of the GlossaryTerm. Format: projects/{project_id_or_number}/locations/{locationId}/glossaries/{glossaryId}/terms/{termId}

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. The list of fields 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 GlossaryTerm.

Response body

If successful, the response body contains an instance of GlossaryTerm.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • dataplex.glossaryTerms.update

For more information, see the IAM documentation.