Update an existing post
posts_updateUpdate an existing post.
Only draft, scheduled, and failed posts can be updated. Published posts cannot be modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title (leave empty to keep current) Default: . | |
| content | No | New content (leave empty to keep current) Default: . | |
| post_id | Yes | The post ID to update (required) | |
| scheduled_for | No | New schedule time as ISO string (leave empty to keep current) Default: . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |