Update classification properties using JSON Patch operations to modify display name, description, mutually exclusive settings, and domains via the Collate REST API.
PATCH /v1/classifications/name/{fqn} to update by fully qualified name.
Certification).| 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 classification |
404 | NOT_FOUND | Classification with given ID or FQN does not exist |
409 | CONFLICT | Concurrent modification detected |