# Update logto config **PATCH /api/my-account/logto-configs** Update the exposed portion of the current user's logto config. This endpoint currently allows updating only the MFA skip state. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) - **mfa** (object) ## Responses ### 200 The exposed logto_config fields were updated successfully. #### Body: application/json (object) - **mfa** (object) ### 400 The request body is invalid. ### 401 Permission denied due to insufficient scope. ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)