Create CMS Item
CMS
Create CMS Item
Insert a new item, or upsert when an id is supplied.
POST
Create CMS Item
The
Pass
data object is validated against the collection’s schema before the
row is stored. Required fields must be present; unknown fields are dropped.
Example
expires_at to make the item disappear from public lists after a
specific moment, or starts_at to schedule it.Authorizations
API key for authentication. Get yours from Settings > API Keys in the Kardow dashboard.
Path Parameters
Body
application/json
Validated against the collection's schema.
Provide to update an existing item.
Available options:
draft, pending_review, published, expired, archived Response
Created