# Update a MFA verification name **PATCH /api/my-account/mfa-verifications/{verificationId}/name** Update a MFA verification name, a logto-verification-id in header is required for checking sensitive permissions. Only WebAuthn is supported for now. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **verificationId** (string) The unique identifier of the verification. ## Body parameters Content-type: application/json - **name** (string) The name of the MFA verification. ## Responses ### 200: The MFA verification name was updated successfully. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)