Skip to main content
POST
/
resume
/
{id}
/
remove-password
Remove password from a resume
curl --request POST \
  --url http://localhost:3000/api/openapi/resume/{id}/remove-password \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
"<unknown>"

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

OK

The response is of type any.