Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.07 KB

File metadata and controls

18 lines (15 loc) · 1.07 KB

# CreateBlogArticleRequest

Properties

Name Type Description Notes
title string
body_html string Article body as HTML. [optional]
handle string URL slug. Generated from the title when omitted. [optional]
tags string[] [optional]
author string Display name of the article author. [optional]
excerpt string Short summary shown in blog listings. [optional]
image \Zernio\Model\CreateBlogArticleRequestImage [optional]
seo \Zernio\Model\CreateBlogArticleRequestSeo [optional]
is_published bool Set false to create the article as a draft. [optional]
publish_date \DateTime 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]