v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
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

expectedUpdatedAtstring date-time

If provided, the patch only applies when the resume version still matches this timestamp.

Response

The patched resume with its full data.

idstring required

The ID of the resume.

namestring required

The name of the resume.

slugstring required

The slug of the resume.

tagsstring[] required

The tags of the resume.

isPublicboolean required

Whether the resume is public.

isLockedboolean required

Whether the resume is locked.

updatedAtstring date-time required

The date and time the resume was last updated.

hasPasswordboolean required