Skip to main content
POST
/
resume
/
{id}
/
set-locked
Set resume locked status
curl --request POST \
  --url https://rxresu.me/api/openapi/resume/{id}/set-locked \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "isLocked": true
}
'
"<unknown>"

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

Body

application/json
isLocked
boolean
required

Response

200 - application/json

OK

The response is of type any.