Rest API - HTTP Methods
Why is the following HTTP method usage incorrect?
POST /items/123 HTTP/1.1
Content-Type: application/json
{"price": 10} given that the client wants to update the price of item 123.