patch http://localhost:3000/onboarding/applicants/
Update Applicant information
Log in to see full request history
Responses
401Unauthorized
Update Applicant information
401Unauthorized
xxxxxxxxxx
13curl --request PATCH \
--url http://localhost:3000/onboarding/applicants/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"documents": [
{
"type": "contract"
}
]
}
'
Try It!
to start a request and see the response here! Or choose an example: