Candidates
Update a candidate
Updates the candidate with the specified ID. Only provided fields are updated. You can update personal details, contact information, and other candidate attributes.
patch/candidates/{id}
Path parameters
idstring required
Request body
Example request
{
"firstName": "John",
"middleName": "William",
"lastName": "Doe",
"secondLastName": "Garcia",
"lastInteractionWithId": "user-uuid-here"
}Response
Candidate updated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.