Logo
1st API Documentation

putProducts

PUT http://localhost:3000/api/products/1

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X PUT 'http://localhost:3000/api/products/1' -d '{"title":"Iphone 7","description":"Iphone 6 description","price":500}'

ENDPOINTS