v1
latestOpenAPI 3.1.0MIT2026-07-212239107.2 KBPosts
Change post status
Moves a post between draft and schedule state.
- schedule → sets the post state to QUEUE and (re)starts the publishing workflow so it will be published at its stored date.
- draft → sets the post state to DRAFT and terminates any currently running publishing workflow for the post, so it will not be published.
The post keeps its stored date; only the state (and the workflow) changes.
put/posts/{id}/status
Path parameters
idstring required
Post ID
Request body
Response
Post status updated successfully