Skip to main content
POST
Publish, schedule or unpublish a blog post

Path Parameters

blog_post_id
integer<int64>
required

Unique identifier for a particular blog post

Body

application/json
action
enum<string>
required

Action to perform: 'schedule-publish' sets up the content for publishing at the publish_date already set on the post, 'cancel-publish' cancels a previously scheduled blog post publish

Available options:
schedule-publish,
cancel-publish

Response

Publish action completed

Last modified on March 30, 2026