patch http://localhost:3000/employees//contracts/
Update contract.
Log in to see full request history
Response
Update contract.
xxxxxxxxxx
curl --request PATCH \
--url http://localhost:3000/employees/employee_id/contracts/contract_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"onboarding_status": "inprogress"
}
'
Try It!
to start a request and see the response here! Or choose an example: