Update API collection properties using JSON Patch
Documentation Index
Fetch the complete documentation index at: https://openmetadata-feat-feat-2mbfixdeploy.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
PATCH /v1/apiCollections/name/{fqn} to update by fully qualified name.
sample_api_service.pet).service.collectionName.| 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 API collection |
404 | NOT_FOUND | API collection with given ID or FQN does not exist |
409 | CONFLICT | Concurrent modification detected |