updatePost
Replace an existing post entirely by providing its ID and the complete updated post data.
Instructions
Updates an existing post using PUT (replaces the entire post).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | ID of the post to update. | |
| updatedPostData | Yes | The complete updated post object. |