---
title: "Update settings"
method: PATCH
path: "/v3/settings"
tags: ["Settings"]
---

# Update settings

`PATCH /v3/settings`

Update settings for an organization

## Request body

- object
  - `excludeItems` union
    - string
    - number
    - boolean
    - object
    - unknown[]
      - unknown
  - `filterPrompt` string, nullable
  - `googleDriveClientId` string, nullable
  - `googleDriveClientSecret` string, nullable
  - `googleDriveCustomKeyEnabled` boolean, nullable
  - `includeItems` union
    - string
    - number
    - boolean
    - object
    - unknown[]
      - unknown
  - `notionClientId` string, nullable
  - `notionClientSecret` string, nullable
  - `notionCustomKeyEnabled` boolean, nullable
  - `onedriveClientId` string, nullable
  - `onedriveClientSecret` string, nullable
  - `onedriveCustomKeyEnabled` boolean, nullable
  - `githubClientId` string, nullable
  - `githubClientSecret` string, nullable
  - `githubCustomKeyEnabled` boolean, nullable
  - `shouldLLMFilter` boolean, nullable
  - `chunkSize` integer, nullable

## Response `200`

Settings updated successfully

- object
  - `orgId` string, required
  - `orgSlug` string, required
  - `updated` object, required
    - `excludeItems` union
      - string
      - number
      - boolean
      - object
      - unknown[]
        - unknown
    - `filterPrompt` string, nullable
    - `googleDriveClientId` string, nullable
    - `googleDriveClientSecret` string, nullable
    - `googleDriveCustomKeyEnabled` boolean, nullable
    - `includeItems` union
      - string
      - number
      - boolean
      - object
      - unknown[]
        - unknown
    - `notionClientId` string, nullable
    - `notionClientSecret` string, nullable
    - `notionCustomKeyEnabled` boolean, nullable
    - `onedriveClientId` string, nullable
    - `onedriveClientSecret` string, nullable
    - `onedriveCustomKeyEnabled` boolean, nullable
    - `githubClientId` string, nullable
    - `githubClientSecret` string, nullable
    - `githubCustomKeyEnabled` boolean, nullable
    - `shouldLLMFilter` boolean, nullable
    - `chunkSize` integer, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-04-06** `cb825424a780` — 2 info
  - api tag `Settings` added
  - api tag `Organization Settings` removed
- **2026-03-15** `b40318167017` — 1 breaking
  - request body became required

[Change history](https://skmtc.dev/supermemoryai/apis/supermemory-api/changes/v3/settings/patch.md)

---

[API](https://skmtc.dev/supermemoryai/apis/supermemory-api.md) · [All operations](https://skmtc.dev/supermemoryai/apis/supermemory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supermemoryai/supermemory-api/revisions/cb825424a780/schema)
