latestSwagger 2.02026-08-10148196271.0 KB

afaab604b58c

catalogs

Create or replace a catalog item

Asynchronous. Create or replace 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, it will be replaced by the value provided in the request body. Do not use periods in field names.<br/><br/><b>Rate limit</b>: 1000 requests/second, per API key.

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

Path parameters

catalogNamestring required

Catalog name [Alphanumeric, dashes, case insensitive, 255 characters max]

itemIdstring required

Catalog item id [Alphanumeric, dashes, case sensitive, 255 characters max]

Request body

valueobject required

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

Response

successful operation