---
title: "Update admin console config"
method: PATCH
path: "/api/configs/admin-console"
tags: ["Configs"]
---

# Update admin console config

`PATCH /api/configs/admin-console`

Update the global configuration object for Logto Console. This method performs a partial update.

## Request body

- object
  - `signInExperienceCustomized` boolean
  - `organizationCreated` boolean
  - `developmentTenantMigrationNotification` object
    - `isPaidTenant` boolean, required
    - `tag` string, required
    - `readAt` number
  - `checkedChargeNotification` object
    - `token` boolean
    - `apiResource` boolean
    - `machineToMachineApp` boolean
    - `tenantMember` boolean

## Response `200`

The updated configuration object.

- object
  - `signInExperienceCustomized` boolean, required
  - `organizationCreated` boolean, required
  - `developmentTenantMigrationNotification` object
    - `isPaidTenant` boolean, required
    - `tag` string, required
    - `readAt` number
  - `checkedChargeNotification` object
    - `token` boolean
    - `apiResource` boolean
    - `machineToMachineApp` boolean
    - `tenantMember` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Configuration not found.

---

[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/revisions/a163dc77d842/schema)
