---
title: "Update a MFA verification name"
method: PATCH
path: "/api/my-account/mfa-verifications/{verificationId}/name"
tags: ["My account"]
---

# 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.

## Path parameters

- `verificationId` string, required

## Request body

- object
  - `name` string, required — The name of the MFA verification.

## Response `200`

The MFA verification name was updated successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/versions/a163dc77d842/schema)
