Body
-
resetKeyPassword
string Required Minimum length is
1
.
Requires the following features to be enabled: Import
Minimum length is 1
.
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"
{
"resetKeyPassword": "string"
}
{
"resetKeyPassword": "string"
}
{
"resetKeyPassword": "string"
}