update_post
Simulate updating an existing post on JSONPlaceholder. Use to test and prototype post updates without actually modifying server data.
Instructions
Update an existing post on JSONPlaceholder. Note: This won't actually update the server, but will simulate the update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the post to update | |
| body | No | The new body content of the post | |
| title | No | The new title of the post | |
| userId | No | The user ID |