Logo
API Testing 2021 API Documentation

PUT Users

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":"morpheus","job":"zion resident"}'

ENDPOINTS