Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.45 KB

File metadata and controls

27 lines (24 loc) · 1.45 KB

# RestEPost

Properties

Name Type Description Notes
name string Internal post name
post_title string Public post title
post_description string Post excerpt/description [optional]
post_category string Category ID (with or without prefix) [optional]
member string Author member ID [optional]
post_thumbnail string Thumbnail image URL [optional]
post_html string Post HTML content [optional]
post_template string Post template [optional]
is_published bool Publication status [optional] [default to false]
included_tags string[] Post tag IDs [optional]
editor_type int Editor type used [optional] [default to 1]
post_slug string URL slug [optional]
status int Post status [optional] [default to 1]
page_title string SEO page title [optional]
page_description string SEO meta description [optional]
page_keywords string SEO keywords [optional]
social_title string Social media title [optional]
social_description string Social media description [optional]
social_image_url string Social media image URL [optional]

[Back to Model list] [Back to API list] [Back to README]