v1
latestOpenAPI 3.0.02026-07-17524.5 KBproduct
Update product by ID
Update a product
put/products/{id}
Path parameters
idinteger required
Example:3
ID of product to update
Response
successful operation
Example response
{
"id": 3,
"name": "ABC Smart TV",
"category": "Electronics",
"price": 39999
}