v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
Resumes

Restore a resume version

Non-destructively restores a resume to a previous version snapshot by writing that snapshot's data back through the normal update path. Prior versions are preserved and the restore itself becomes a new snapshot. Only the resume owner can restore versions. Requires authentication.

post/resumes/{resumeId}/versions/{versionId}/restore

Path parameters

resumeIdstring required

The ID of the resume to restore.

versionIdstring required

The ID of the version snapshot to restore.

Response

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