POST /api-web/api/system/dms/catalogs/{qname}
As of Version | product version 2021 Summer | component version | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | POST | ||||||||||||
Response Format | JSON | ||||||||||||
Required Permission | Available if listed in | ||||||||||||
Description | Updates the global or app-specific catalog identified by its name If no global or app-specific catalog with name The response body is a JSON structure with the list As of 2022 Autumn, an optional query parameter Response HTTP status codes:
| ||||||||||||
Request Example |
request body { "readonly": false, "entries": [ { "name": "Private", "disabled": false }, { "name": "Public", "disabled": false } ] } | ||||||||||||
Response Example |
request body { "errors": [], "valid": true } true } |