Interfaces
Interface: CreatePageInput
Input for creating a page via the public API
Input for creating a page via the public API
Properties
| Property | Type | Description |
|---|---|---|
fields? | Record<string, unknown> | Page content matching the page type schema |
name | string | Display name |
pageTypeSlug | string | Slug of the page type |
seo? | Partial<SeoMetadata> | SEO metadata |
slug | string | URL-friendly slug |
status? | "published" | "draft" | Initial status (default: 'draft') |

