Skip to main content
PATCH
Update a catalog item.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Path Parameters

catalog_id
string
required

Body

application/json

All fields optional for PATCH semantics.

metadata is replaced wholesale, not merged, and must satisfy the shape schema names — so a partial metadata body is rejected with 422.

metadata
Metadata · object | null
schema
enum<string> | null
Available options:
creative.catalog,
webtoon
source
string | null

Response

Successful Response

Response schema for a catalog item.

id
string
required
metadata
Metadata · object
required
schema
string
required
created_at
string<date-time> | null
source
string | null
updated_at
string<date-time> | null