v1

latestOpenAPI 3.1.0MIT2026-07-212239107.2 KB
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

status'draft' | 'schedule' required

New status for the post

Response

Post status updated successfully

idstring
state'DRAFT' | 'QUEUE'