Interfaces
Interface: UpdatePageInput
Input for updating a page via the public API
Input for updating a page via the public API
Properties
| Property | Type | Description |
|---|---|---|
fields? | Record<string, unknown> | Updated content fields |
name? | string | Updated display name |
seo? | Partial<SeoMetadata> | Updated SEO metadata |
slug? | string | Updated slug |

