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