update_post
Modify the text content of an existing Facebook post by specifying the post ID and providing the revised message.
Instructions
Updates an existing post's message. Input: post_id (str), new_message (str) Output: dict of update result
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| new_message | Yes |