update_social_media_post
Update a published social media post by modifying its message, scheduled time, media, or tags across multiple platforms.
Instructions
Update a published social media post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | New scheduled date (e.g. 2026-04-15) | |
| tags | No | Replace the post's tag (label) IDs with this list. Use `listSocialMediaTags` to fetch existing IDs and `createSocialMediaTag` to add new ones. | |
| time | No | New scheduled time (e.g. 14:30) | |
| media | No | Updated media for the post. Each entry is either a Simplified asset UUID or a fully qualified URL — see `CreatePostRequest.media` for resolution rules. | |
| message | No | New post message content | |
| post_id | Yes | ID of the published post to update | |
| timezone | No | Timezone for the scheduled date/time (e.g. Europe/Warsaw) |