update_post
Modify the text, scheduled time, or status of an existing post. Change status to draft or scheduled.
Instructions
Update the text, scheduled time, or status of an existing post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The post ID to update | |
| text | No | New post content | |
| status | No | New post status (can only set to draft or scheduled) | |
| scheduled_at | No | New ISO 8601 scheduled datetime |