Scheduling
Update Schedule
Update the scheduled time or platform data of a pending post
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
Endpoint
Path Parameters
The unique ID of the scheduled post to update
Headers
Your API key from API Settings
Request Body
New ISO 8601 datetime for publishing. Must be in the future.Example:
2024-03-20T16:00:00.000ZUpdated 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.Error Handling
| Error | Description | Solution |
|---|---|---|
Schedule not found | Invalid schedule ID | Use a valid schedule ID |
Cannot update a published post | Post already published | Cannot modify after publishing |
Scheduled time must be in the future | Time has passed | Use a future datetime |
No fields to update | Empty request body | Include at least one field to update |
Schedule does not belong to your team | Wrong team | Use correct API key |
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