Scheduling
Reschedule Post
Change the scheduled time of an existing scheduled post.
Endpoint
Path Parameters
| Parameter | Type | Description |
|---|---|---|
postId | string | The post ID to reschedule |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
scheduledFor | string | Yes | New ISO 8601 datetime |
timezone | string | No | IANA timezone |
Example
Response
Status Codes
| Code | Meaning |
|---|---|
200 | Successfully rescheduled |
404 | Post not found |
409 | Post already published or not in scheduled state |
503 | Scheduling unavailable |