Rest API - HTTP Methods
What will be the result of this HTTP request method usage?
PUT /items/123 HTTP/1.1
Content-Type: application/json
{"name": "New Item"}
Choose the correct description.