Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.16 KB

File metadata and controls

20 lines (15 loc) · 1.16 KB

CreateBlogArticleRequest

Properties

Name Type Description Notes
title String
body_html Option<String> Article body as HTML. [optional]
handle Option<String> URL slug. Generated from the title when omitted. [optional]
tags Option<Vec> [optional]
author Option<String> Display name of the article author. [optional]
excerpt Option<String> Short summary shown in blog listings. [optional]
image Option<models::CreateBlogArticleRequestImage> [optional]
seo Option<models::CreateBlogArticleRequestSeo> [optional]
is_published Option<bool> Set false to create the article as a draft. [optional]
publish_date Option<String> ISO 8601 datetime with offset (or Z). A future date schedules publication natively on the platform. [optional]

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