Skip to main content
PATCH
Update item metadata

Error Reference: Content Controls

Common errors: item not found (404), publisher not found (400), ownership mismatch (403), vector-store update failure (502).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Update mutable metadata fields for an item. Provide either producer_id or item_id to identify the target item. (Both may be passed in together.)

item_id
string<uuid>
required

Item ID to update (preferred when available)

publisher_id
string<uuid>
required

Publisher ID that owns the item

producer_id
string | null

Producer-specific identifier for the item

item_title
string | null
item_subtitle
string | null
publication_date
string | null
item_image
string | null
item_url
string | null
item_summary
string | null
item_number
string | null
item_extra
string | null
author
string[] | null
item_tags
string[] | null

Response

Item updated successfully

success
boolean
required
message
string
required