Update the scheduled time or platform data of a pending post
2024-03-20T16:00:00.000ZplatformData, 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 | 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 |