Skip to main content
PATCH
Try it out! Use the API playground on the right to test the Update Schedule endpoint directly.

Overview

Update a scheduled post to change its publishing time or platform metadata. This is useful for:
  • Rescheduling a post to a different time
  • Updating the title, description, or tags before publishing
  • Changing privacy settings
You can only update posts with pending status. Published or failed posts cannot be modified.

Endpoint


Path Parameters

string
required
The unique ID of the scheduled post to update

Headers

string
required
Your API key from API Settings

Request Body

string
New ISO 8601 datetime for publishing. Must be in the future.Example: 2024-03-20T16:00:00.000Z
object
Updated platform-specific metadata. Fields are merged with existing data.

Request Examples

Reschedule to Different Time

Update Platform Metadata

Update Both Time and Metadata


Response


Important Notes

Metadata Merging: When updating platformData, the new fields are merged with existing data. To remove a field, you need to set it explicitly to null or an empty value.
Tags Replacement: The tags array is replaced entirely, not merged. If you want to add a tag, include all existing tags plus the new one.

Error Handling


Next Steps

Get Details

View full schedule information

Cancel Schedule

Cancel the scheduled post

List All

View all scheduled posts

Create New

Schedule another video

Authorizations

x-api-key
string
header
required

Path Parameters

scheduleId
string
required

Schedule ID

Body

application/json
scheduledDateTime
string<date-time>

New ISO 8601 datetime for publishing

platformData
object

Response

200

Schedule updated successfully