patch http://localhost:3000/employees/
Update Employee record.
Log in to see full request history
Responses
401Unauthorized
404Not Found
Update Employee record.
401Unauthorized
404Not Found
xxxxxxxxxx
curl --request PATCH \
--url http://localhost:3000/employees/employee_id \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: