Skip to main content
PATCH
Update CMS Item
When you send data, the entire data payload is replaced (and validated). Send only status, expires_at, starts_at, or position to change those without touching the data shape.

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours from Settings > API Keys in the Kardow dashboard.

Path Parameters

slug
string
required
id
string<uuid>
required

Body

application/json
data
object
status
enum<string>
Available options:
draft,
pending_review,
published,
expired,
archived
expires_at
string<date-time> | null
starts_at
string<date-time> | null
position
integer

Response

Updated

item
object