---
title: "Update a project"
method: PATCH
path: "/api/v1/projects"
tags: ["Projects"]
---

# Update a project

`PATCH /api/v1/projects`

## Request body

- object
  - `accessToken` string
  - `userId` string
  - `name` string
  - `parentId` string, nullable
  - `instructions` string
  - `clientId` string
  - `description` string
  - `color` string
  - `projectId` string, required

## Response `200`

Successful response. Stable response schemas are documented in workflow guides when available.

- unknown

## Other responses

- `400` — Invalid request.
- `401` — Missing or invalid authentication.
- `500` — Unexpected server error.

## Changes

- **2026-08-02** `cfa601be9fa3` — 3 warning
  - removed the request property `archived`
  - removed the request property `knowledgeBaseId`
  - removed the request property `settings`
- **2026-07-28** `d7e1871777b9` — 1 info
  - added the new optional request property `settings`
- **2026-07-27** `ffc8518a10ee` — 2 info
  - added the new optional request property `archived`
  - added the new optional request property `knowledgeBaseId`

[Change history](https://skmtc.dev/layernorm/apis/overlay-web-api/changes/api/v1/projects/patch.md)

---

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