Interfaces
Interface: UpdateCollectionItemInput
Input for updating a collection item via the public API
Input for updating a collection item via the public API
Properties
| Property | Type | Description |
|---|---|---|
fields? | Record<string, unknown> | Updated content fields |
name? | string | Updated display name |
slug? | string | Updated slug |
Interface: TentoMedia
Media reference embedded in page/blog content fields. Uses underscore-prefixed keys to distinguish system fields from user content. Returned by the public API when a media field is resolved in page content or as featuredImage on blog posts.
Interface: UpdatePageInput
Input for updating a page via the public API

