latestOpenAPI 3.1.0MIT2026-08-122339110.1 KB
8b2952dc5357
Posts
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