POST /catalog/api/catalogs
As of Version | product version 2021 Winter | component version | ||||||||
---|---|---|---|---|---|---|---|---|---|
Request Method | POST | ||||||||
Response Format | JSON | ||||||||
Required Permission | available if listed in | ||||||||
Description | Creates a global catalog stored via CATALOG service with the The catalog will be available for all tenants in the system. If a catalog with It is not possible to create a catalog with entries. If the JSON request body contains entries, they are ignored. Meaning of HTTP status codes:
| ||||||||
Request Header | Content-Type: application/json | ||||||||
Request Example |
{ "objects": [ { "properties": { "name": { "value": "europeancountries" } } } ] } | ||||||||
Response Example | { "objects": [ { "properties": { "name": { "value": "europeancountries" } } } ] } |