# Update admin console config **PATCH /api/configs/admin-console** Update the global configuration object for Logto Console. This method performs a partial update. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) - **signInExperienceCustomized** (boolean) - **organizationCreated** (boolean) - **developmentTenantMigrationNotification** (object) - **checkedChargeNotification** (object) ## Responses ### 200 The updated configuration object. #### Body: application/json (object) - **signInExperienceCustomized** (boolean) - **organizationCreated** (boolean) - **developmentTenantMigrationNotification** (object) - **checkedChargeNotification** (object) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 Configuration not found. [Powered by Bump.sh](https://bump.sh)