admin
blog

Create Blog

post/v1/admin/blog

Request body

titlestring required

Blog post title

slugstring required

URL-friendly slug

contentstring required

Blog post content (markdown/HTML)

excerptstring nullable

Short excerpt or summary

status'DRAFT' | 'PUBLISHED' | 'ARCHIVED'
meta_titlestring nullable
meta_descriptionstring nullable
meta_keywordsstring nullable
og_imagestring nullable
card_desktop_imagestring nullable
card_mobile_imagestring nullable
cta_enabledboolean

Master on/off for the article CTA block

cta_titlestring nullable
cta_descriptionstring nullable
cta_button_textstring nullable
cta_button_urlstring nullable
cta_secondary_textstring nullable
cta_secondary_urlstring nullable
cta_benefitsstring nullable
related_postsstring[] nullable

Response

Successful Response

idinteger required
titlestring required
slugstring required
contentstring required
excerptstring nullable required
author_idinteger required
status'DRAFT' | 'PUBLISHED' | 'ARCHIVED' required
meta_titlestring nullable required
meta_descriptionstring nullable required
meta_keywordsstring nullable required
og_imagestring nullable required
card_desktop_imagestring nullable required
card_mobile_imagestring nullable required
cta_enabledboolean
cta_titlestring nullable
cta_descriptionstring nullable
cta_button_textstring nullable
cta_button_urlstring nullable
cta_secondary_textstring nullable
cta_secondary_urlstring nullable
cta_benefitsstring nullable
related_postsstring[] nullable
published_atstring date-time nullable required
created_atstring date-time required
updated_atstring date-time required
comment_countinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.