Update Scheduled Post
repliz_update_scheduleUpdate an existing scheduled post by modifying its content, media, or publish time while preserving the account.
Instructions
Update an existing scheduled post. The account cannot be changed; provide the new content fields. scheduleAt must be a future ISO 8601 timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Link preview metadata. Used for 'link' posts; otherwise leave empty. | |
| type | Yes | The kind of post. | |
| title | No | ||
| topic | No | ||
| medias | No | ||
| replies | No | ||
| scheduleAt | Yes | New publish time as ISO 8601 UTC timestamp. | |
| scheduleId | Yes | The schedule id to update. | |
| templateId | No | ||
| description | Yes | The post caption/body text. | |
| additionalInfo | No | Optional extras: collaborators, music, tagged products, hashtags, mentions, link. |