Update Product
updateProductUpdate product details by providing its ID and new values for title, price, description, category, or image.
Instructions
Updates a product by id. Note: fakestoreapi.com simulates writes and does not persist them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| image | No | ||
| price | No | ||
| title | No | ||
| category | No | ||
| description | No |