Create or Update CMS Collection
CMS
Create or Update CMS Collection
Create a new CMS collection or replace its schema by slug.
POST
Create or Update CMS Collection
A collection is identified by itsDocumentation Index
Fetch the complete documentation index at: https://kardow.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
slug. POSTing the same slug twice
performs an upsert ā the schema, name, description, and rules are replaced.
Rules object
The optionalrules field controls collection behavior:
| Key | Type | Default | Purpose |
|---|---|---|---|
allow_public_submit | boolean | false | Permit unauthenticated POST /organization/cms/{slug}/submit. |
moderation | 'auto' | 'manual' | 'manual' | auto = published immediately; manual = pending_review. |
sort_by | string | created_at | Default sort field for list responses. |
sort_dir | 'asc' | 'desc' | 'desc' | Default sort direction. |
Example
Authorizations
API key for authentication. Get yours from Settings > API Keys in the Kardow dashboard.
Body
application/json
URL-safe identifier. ^[a-z][a-z0-9_-]{0,63}$.
Maximum array length:
40Available options:
public, gated, private Optional behavior flags.
Response
Created or updated