---
title: "Update a project"
method: PATCH
path: "/v1/projects/{projectId}"
tags: ["Adam API"]
---

# Update a project

`PATCH /v1/projects/{projectId}`

## Path parameters

- `projectId` string, uuid, required

## Request body

- UpdatePublicApiProjectRequestDto
  - `name` string
  - `description` string, nullable
  - `visibility` 'private' | 'team'
  - `memoryScope` 'project' | 'workspace'

## Response `200`

- GetPublicApiProjectResponseDto
  - `project` object, required
    - `id` string, required
    - `name` string, required
    - `description` string, nullable, required
    - `visibility` 'private' | 'team', required
    - `memoryScope` 'project' | 'workspace', required
    - `taskCount` number, required
    - `createdAt` string, required
    - `updatedAt` string, required

## Other responses

- `400` — Invalid request
- `401` — Missing or invalid Bearer credential
- `402` — Payment or subscription required
- `403` — Credential is missing a required scope
- `404` — Resource not found
- `409` — Request conflict
- `429` — Rate limit exceeded
- `500` — Internal API error

---

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