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

# Update a project

`PATCH /api/projects/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `name` string
  - `description` string

## Response `200`

Updated

## Changes

- **2026-03-05** `7d3ddc8e4a11` — 1 info
  - endpoint added
- **2026-03-05** `4f9e7b2bb856` — 1 breaking
  - api path removed without deprecation
- **2026-03-05** `c4529fb5f8b8` — 1 info
  - endpoint added
- **2026-03-05** `c77c4b480b1d` — 1 breaking
  - api path removed without deprecation
- **2026-03-05** `786bd2979059` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/projects/:id/patch.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/751f6c65ac77/schema)
