Set the reset key password

PUT /Api/Import/ResetKeyPassword

Requires the following features to be enabled: Import

Responses

PUT /Api/Import/ResetKeyPassword
curl \
 -X PUT https://app.lovassy.hu/Api/Import/ResetKeyPassword \
 -H "X-Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"resetKeyPassword":"string"}'
curl \
 -X PUT https://app.lovassy.hu/Api/Import/ResetKeyPassword \
 -H "X-Authorization: $API_KEY" \
 -H "Content-Type: text/json"
curl \
 -X PUT https://app.lovassy.hu/Api/Import/ResetKeyPassword \
 -H "X-Authorization: $API_KEY" \
 -H "Content-Type: application/*+json"
Request examples
{
  "resetKeyPassword": "string"
}