---
title: "Patch project configs"
method: PATCH
path: "/project/configs"
tags: ["Project"]
---

# Patch project configs

`PATCH /project/configs`

Merges the provided keys into the project-level configuration. Keys with null values are deleted (reset to default).

## Request body

- object

## Response `200`

OK

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` object

## Other responses

- `400` — Bad Request

---

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