# Update account center settings **PATCH /api/account-center** Update the account center settings with the provided settings. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) - **enabled** (boolean) Enable or disable the account API. - **fields** (object) The fields settings for the account API. - **webauthnRelatedOrigins** (array[string]) The allowed domains for webauthn. ## Responses ### 200 Updated account center settings. #### Body: application/json (object) - **tenantId** (string) - **id** (string) - **enabled** (boolean) - **fields** (object) - **webauthnRelatedOrigins** (array[string]) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)