Schedule Blog Post
Powered by VitePress OpenAPI
Schedule a blog post for later publishing.
Auth: session + owner/admin.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | Yes | Post id |
Request Body
json
{
"scheduled_at": "2026-04-05T10:00:00.000Z"
}Response 200
json
{
"data": { "id": "post_2", "status": "scheduled", "scheduled_at": "2026-04-05T10:00:00.000Z" },
"user_context": { "authenticated": true },
"meta": {}
}Response Errors
400invalid schedule payload401missing session403not owner/admin404post not found
Notes
- Use this for timed editorial publishing.
- The post remains hidden until the scheduled publish moment.