Skip to main content
PATCH
Reschedule or edit a scheduled job

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>. One key manages every profile on the account.

Path Parameters

job_id
string
required

Id of a scheduled or queued job, returned by the publish call.

Body

application/json
scheduled_at
string<date-time>

Publish at this time instead of now (ISO 8601). Pair with timezone.

timezone
string

IANA timezone for scheduled_at, e.g. Asia/Ho_Chi_Minh.

caption
string

The post BODY. This is NOT the post title: title (and the per-channel <channel>_title) is a separate field, and putting the body in it skips the caption-length check.

Response

Success.

The response envelope is stable — a profile_id plus the payload — but its inner fields are not yet pinned down in this document.