cURL
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>"
Set a password on a resume to protect it from unauthorized access when shared publicly.
The API key to authenticate requests.
6 - 64
OK
The response is of type any.
any