update_post
Modify an existing social post by ID to update caption, media, target accounts, schedule, or platform settings. Supports drafts and scheduled posts.
Instructions
Update an existing post by id — change the caption, media, target accounts, schedule or platform_configurations. Works on drafts and scheduled posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Social post id to update. | |
| caption | No | New caption/text. | |
| social_accounts | No | Replace the set of target social account ids. | |
| media | No | Replace the attached media. | |
| scheduled_at | No | New ISO-8601 schedule time. | |
| status | No | New status. | |
| platform_configurations | No | Replace per-platform overrides. | |
| account_configurations | No | Replace per-account overrides ({ social_account_id, configuration }). |