v1
latestOpenAPI 3.1.02026-07-26167644759.4 KBCandidates
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