Interfaces
Interface: CreateCollectionItemInput
Input for creating a collection item via the public API
Input for creating a collection item via the public API
Properties
| Property | Type | Description |
|---|---|---|
fields? | Record<string, unknown> | Item content matching the collection type schema |
name | string | Display name |
slug | string | URL-friendly slug |
status? | "published" | "draft" | Initial status (default: 'draft') |

