Update glossary term properties using JSON Patch operations (add, remove, replace) to modify definition, synonyms, relationships, and metadata via the Collate REST API.
Documentation Index
Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
Use this file to discover all available pages before exploring further.
PATCH /v1/glossaryTerms/name/{fqn} to update by fully qualified name.
BusinessGlossary.Revenue).| Code | Error Type | Description |
|---|---|---|
400 | BAD_REQUEST | Invalid JSON patch or malformed request |
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to update this glossary term |
404 | NOT_FOUND | Glossary term with given ID or FQN does not exist |
409 | CONFLICT | Concurrent modification detected |