Update a MFA verification name
Update a MFA verification name, a logto-verification-id in header is required for checking sensitive permissions. Only WebAuthn is supported for now.
Path parameters
-
verificationId
string Required The unique identifier of the verification.
PATCH
/api/my-account/mfa-verifications/{verificationId}/name
curl \
--request PATCH 'https://[tenant_id].logto.app/api/my-account/mfa-verifications/{verificationId}/name' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"name":"string"}'
Request examples
{
"name": "string"
}