Update page
Updates a page. Only the fields you provide are changed; omitted fields
are left untouched. Editing content creates a new draft; set status
to published to publish the new version.
PUT is also accepted and behaves the same way.
Authorizations
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
Path Parameters
The page's unique identifier (UUID)
Body
New page title
New markdown body (creates a new draft)
Set to published to publish the new version. To archive a page, use DELETE.
draft, published Replace the page's folders with these UUIDs
Replace the page's attached sources with these UUIDs
Replace the page's linked skills with these UUIDs
Response
Updated page
A single page with its published body, attached sources, and (optionally) its draft.
Unique page identifier (UUID)
Page title
Current page status
draft, published, archived Visibility scope of the page
private, workspace, global User who owns the page
Folders the page belongs to
Skills associated with the page
Number of sources attached to the page
Version number of the published version, or null if never published
Cover image reference (empty string if none)
When the page was last published
Markdown body of the published version (null if unpublished)
Sources attached to the page
Current draft (only included when requested via ?include=draft)