Resumes
Patch resume data
Applies JSON Patch (RFC 6902) operations to partially update a resume's data. This allows small, targeted changes (e.g. updating a single field) without sending the entire resume object. Locked resumes cannot be patched. Requires authentication.
patch/resumes/{id}
Path parameters
idstring required
The ID of the resume to patch.
Request body
Response
The patched resume with its full data.