---
title: "Set resume lock status"
method: POST
path: "/resumes/{id}/lock"
tags: ["Resumes"]
---

# Set resume lock status

`POST /resumes/{id}/lock`

Toggles the locked status of a resume. When locked, a resume cannot be updated, patched, or deleted. Useful for protecting finalized resumes from accidental edits. Requires authentication.

## Path parameters

- `id` string, required — The ID of the resume.

## Request body

- object
  - `isLocked` boolean, required — Whether the resume is locked.

---

[API](https://skmtc.net/rxresu/apis/reactive-resume.md) · [All operations](https://skmtc.net/rxresu/apis/reactive-resume/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rxresu/reactive-resume/revisions/68d25b21f805/schema)
