forem_openapi_client 1.0.1

Access Forem articles, users and other resources via API. For a real-world example of Forem in action, check out [DEV](https://www.dev.to). All endpoints can be accessed with the 'api-key' header and a accept header, but some of them are accessible publicly without authentication. Dates and date times, unless otherwise specified, must be in the [RFC 3339](https://tools.ietf.org/html/rfc3339) format. Generated at 2023-04-10T05:06:38.929104+00:00
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ApiPagesPostRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | Option<**String**> | Title of the page | [optional]
**slug** | Option<**String**> | Used to link to this page in URLs, must be unique and URL-safe | [optional]
**description** | Option<**String**> | For internal use, helps similar pages from one another | [optional]
**body_markdown** | Option<**String**> | The text (in markdown) of the ad (required) | [optional]
**body_json** | Option<**String**> | For JSON pages, the JSON body | [optional]
**is_top_level_path** | Option<**bool**> | If true, the page is available at '/{slug}' instead of '/page/{slug}', use with caution | [optional]
**template** | Option<**String**> | Controls what kind of layout the page is rendered in | [optional][default to Contained]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)