latestSwagger 2.02026-08-10148196271.0 KB

afaab604b58c

catalogs

Create or update a catalog item

Asynchronous. Create or update the specified catalog item in the given catalog. A catalog item's ID must be unique, contain only alphanumeric characters and dashes, and have a maximum length of 255 characters. If the catalog item already exists, its fields will be updated with the values provided in the request body. Previously existing fields not included in the request body will remain as is. Do not use periods in field names.

patch/api/catalogs/{catalogName}/items/{itemId}

Path parameters

catalogNamestring required
itemIdstring required

Request body

updateobject required

JSON representation of the catalog item fields to update. Max size is is 30kb.

Response

successful operation