POST /catalog/api/catalogs/{name}/{entryid}
As of Version | product version 2021 Winter | component version | ||||||||
---|---|---|---|---|---|---|---|---|---|
Request Method | POST | ||||||||
Response Format | - | ||||||||
Required Permission | available if listed in | ||||||||
Description | Replaces an entry by another entry in the specified catalog. Both parameters,
| ||||||||
Request Header | |||||||||
Request Example |
{ "objects": [ { "properties": { "name": { "value": "europeancountries" }, "entries": { "value": [["Spain"]] } } } ] } | ||||||||
Response Example |