PATCH /api-web/api/system/dms/catalogs/{qname}
As of Version | product version 2021 Summer | component version | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | PATCH | ||||||||||||
Response Format | JSON | ||||||||||||
Description | Updates the existing global or app-specific catalog identified by its name In the response body, the modified catalog will be returned. If no global or app-specific catalog with name The role YUUVIS_SYSTEM_INTEGRATOR is required. Response HTTP status codes:
| ||||||||||||
Request Example |
request body {} | ||||||||||||
Response Example |
response body { "readonly": false, "entries": [ { "name": "Private", "disabled": false }, { "name": "Public", "disabled": false } ] } |