Skip to main content
PUT
Change a post status

Authorizations

Authorization
string
header
required

User API token from Settings → Public API. Access is restricted by scopes and workspace selection.

Path Parameters

id
string
required

Root post ID.

Body

application/json
status
enum<string>
required
Available options:
draft,
schedule
Example:

"schedule"

Response

id
string
required
Example:

"clz8v2f6r0001k9p8t5m3w7q1"

state
enum<string>
required
Available options:
DRAFT,
QUEUE
Example:

"QUEUE"

Last modified on August 26, 2026