Skip to main content
PUT
Update the scheduled publish date and metadata for already-scheduled content.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

contentId
string
required

Body

application/json

Schedule update data

Request body for updating scheduled publish date

companyId
string
required

Company ID

scheduleDateTime
string
required

ISO 8601 datetime for scheduled publishing

imageId
string

Image ID to use when publishing

publishAccount
object

Account to publish to: {integrationId: string, platform?: string}

publishAsDraft
boolean

Whether to publish as draft

Response

Content with updated schedule

Content operation success response

content
object

The content object

success
boolean

Operation success status