Skip to main content
PUT
/
resumes
/
{id}
/
password
Set resume password
curl --request PUT \
  --url http://localhost:3000/api/openapi/resumes/{id}/password \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "password": "<string>"
}
'
"<unknown>"

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

The ID of the resume.

Body

application/json
password
string
required
Required string length: 6 - 64

Response

200 - application/json

The resume password was set successfully.

The response is of type any.