POST /api-web/api/admin/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 | Updatesthe tenant-specific catalog specified by its technical name with the data passed in the request body in JSON format. If no tenant-specific catalog with the specified technical name is available, it will be created. The response body is a JSON structure with the list Response HTTP status codes:
| ||||||||||||
Request Example |
request body { "tenant": "mytenant", "readonly": false, "entries": [ { "name": "Work on draft", "disabled": false }, { "name": "Review draft", "disabled": false } ] } | ||||||||||||
Response Example |
request body { "errors": [], "valid": true } true } |