Update an existing catalog item.
Documentation Index
Fetch the complete documentation index at: https://docs.neuronsearchlab.com/llms.txt
Use this file to discover all available pages before exploring further.
name, description, or metadata changes, the item embedding is refreshed.
PATCH /v1/items/{item_id} is also available as a compatibility alias with the same request and response shape.
| Field | Type | Required | Description |
|---|---|---|---|
name | string | no | Replacement item name. |
description | string | no | Replacement description. |
metadata | object | no | Replacement metadata object. |
active | boolean | no | Whether the item is eligible for recommendations. |
| Status | Scenario |
|---|---|
400 | Malformed item ID, empty body, or invalid field |
404 | Item does not exist for the authenticated tenant |
The access token received from the authorization server in the OAuth 2.0 flow.
Public item ID.
^itm_[A-Za-z0-9][A-Za-z0-9_-]{2,}$Partial item update. At least one field must be supplied.
Updated item
^itm_[A-Za-z0-9][A-Za-z0-9_-]{2,}$"itm_7f3a2c9e"
item "Wireless Headphones"
"Noise-cancelling Bluetooth headphones."
Arbitrary JSON object used for filtering, ranking, and debugging.
{
"category": "electronics",
"brand": "Acme",
"price": 10999,
"currency": "usd"
}true
Unix timestamp in seconds.
1777478400
Unix timestamp in seconds.
1777478500