Skip to main content
POST
/
resume
/
{id}
/
set-password
Set password on a resume
curl --request POST \
  --url http://localhost:3000/api/openapi/resume/{id}/set-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

Body

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

Response

200 - application/json

OK

The response is of type any.