Record
put-api-pages-id-params
No description available.
record put-api-pages-id-params {
id: string,
body-json: option<string>,
body-markdown: option<string>,
description: string,
is-top-level-path: option<bool>,
slug: string,
social-image: option<page-social-image>,
template: page-template-enum,
title: string,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| body-json | option<string> | |
| body-markdown | option<string> | |
| description | string | |
| is-top-level-path | option<bool> | |
| slug | string | |
| social-image | option<page-social-image> | |
| template | page-template-enum | |
| title | string |