---
title: "Update Project"
method: PATCH
path: "/projects/{project_id}"
tags: ["Projects"]
---

# Update Project

`PATCH /projects/{project_id}`

Update a project's properties.

## Path parameters

- `project_id` string, required

## Request body

- UpdateProjectRequest — Request model for updating a project.
  - `description` string, nullable — Optional project description.
  - `name` string, nullable — Project name.

## Response `200`

Successful Response

- Project — Response model for project.
  - `created_at` string, date-time, nullable — When the project was created.
  - `created_by` string, required — member_id of the creator.
  - `description` string, nullable — Optional project description.
  - `id` string, required — The unique identifier of the project.
  - `name` string, required — Project name.
  - `namespace_id` string, required — The namespace this project belongs to.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/terminaluse/apis/sb0-api.md) · [All operations](https://skmtc.net/terminaluse/apis/sb0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/terminaluse/sb0-api/revisions/f24a474dc415/schema)
