catalog
Update a catalog entry
Updates an existing catalog entry by ID.
patch/catalog/entries/{id}
Path parameters
idstring required
The unique ID of the catalog entry
Headers
Authorizationstring required
OAuth2 authentication flows. Auth server URLs will vary by environment
X-Api-Keystring required
API key for authentication
X-API-Versionstring
API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.
Request body
Response
Catalog entry updated successfully
CatalogEntryObject required
Customer-supplied custom key-value properties. On every write (create or update), Ottimate also stores the raw submitted request body under a reserved "public_api_request" key inside this same object — this key is not customer data, is overwritten (not merged/accumulated) on each write to always reflect the most recent request, and will appear in read responses alongside whatever custom properties you submit.