v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
Resumes

Update a resume

Updates one or more fields of a resume identified by its ID. All fields are optional; only provided fields will be updated. Locked resumes cannot be updated. Requires authentication.

put/resumes/{id}

Path parameters

idstring required

Request body

namestring

The name of the resume.

slugstring

The slug of the resume.

tagsstring[]

The tags of the resume.

isPublicboolean

Whether the resume is public.

Response

The updated 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