Skip to main content
PUT
Update Post

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required
post_id
string
required

Body

application/json
Content
string | null
Media
string | null
TemplateId
string | null
PromptId
string | null
Platforms
string[] | null
ScheduleDate
string<date-time> | null
Timezone
string | null
Status
enum<string> | null
Available options:
DRAFT,
SCHEDULED,
PUBLISHED,
FAILED,
PARTIALLY_PUBLISHED,
QUEUED

Response

Successful Response

success
boolean
required
data
unknown