Set the reset key password

PUT /Api/Import/ResetKeyPassword

Requires the following features to be enabled: Import

Body

  • resetKeyPassword string Required

    Minimum length is 1.

  • Additional properties are NOT allowed

Responses

  • 204

    No Content

  • 401

    Unauthorized

  • 403

    Forbidden

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"
}