Skip to main content
PATCH
PATCH /v1/glossaryTerms/{id}

Update a Glossary Term

Update a glossary term’s properties using JSON Merge Patch. You can update by ID or by fully qualified name.

Update by ID

string
required
UUID of the glossary term to update.

Update by Name

Use PATCH /v1/glossaryTerms/name/{fqn} to update by fully qualified name.
string
required
Fully qualified name of the glossary term (e.g., BusinessGlossary.Revenue).

Body Parameters

Send a JSON object with the fields to update. Only provided fields are changed.
string
Updated description in Markdown format.
string
Updated display name.
array
Updated list of synonym strings.
Updated list of related term FQNs.
array
Updated list of owner references.
array
Updated classification tags.
object
Updated visual styling.
string
Updated domain FQN.
PATCH /v1/glossaryTerms/{id}

Returns

Returns the updated glossary term object with the new version number.

Response

string
Unique identifier for the glossary term (UUID format).
string
Glossary term name.
string
Fully qualified name of the glossary term.
string
Updated description.
number
Incremented version number.

Error Handling