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.