mixpost_update_post
Update an existing social media post, modifying its scheduled date, time, timezone, account-specific content versions, and tag associations.
Instructions
Update an existing social media post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Post date in YYYY-MM-DD format | |
| tags | No | Array of tag UUIDs to associate with the post | |
| time | Yes | Post time in HH:MM format | |
| accounts | Yes | Array of account UUIDs to post to | |
| postUuid | Yes | The UUID of the post to update | |
| timezone | Yes | Timezone for the post | |
| versions | Yes | Array of post versions for different accounts |