POST /catalog/api/catalogs/{name}
As of Version | product version 2021 Winter | component version | ||||||
---|---|---|---|---|---|---|---|
Request Method | POST | ||||||
Response Format | JSON | ||||||
Required Permission | available if listed in | ||||||
Description | Adds the entries as specified in the JSON request body for the global catalog specified by its If a catalog with the specified name does not exist, it is created. If there are specified entries, that already exist in the catalog, they are ignored and only the nonexistent entries are added.
| ||||||
Request Header | |||||||
Request Example |
{ "objects": [ { "properties": { "name": { "value": "europeancountries" }, "entries": { "value": [["Spain"],["Italy"],["Slovakia"]] } } } ] } | ||||||
Response Example | 204 No Content |