Logo
myWorkspace1 API Documentation

Update User

PUT https://reqres.in/api/users/2

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status



Curl
curl -X PUT 'https://reqres.in/api/users/2' -d '{"name":"xyz","job":"zion resident"}'

ENDPOINTS