# Update logto config **PATCH /api/my-account/logto-configs** Update the exposed portion of the current user's logto config. Supports updating MFA states (enabled, skipped, skipMfaOnSignIn) and passkey sign-in binding states (skipped). Passkey is a WebAuthn MFA factor and shares the same account center field access control as MFA. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) - **mfa** (object) - **passkeySignIn** (object) ## Responses ### 200 The exposed logto_config fields were updated successfully. #### Body: application/json (object) - **mfa** (object) - **passkeySignIn** (object) ### 400 The request body is invalid. ### 401 Permission denied due to insufficient scope. ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)