---
title: "Updates the Project with the given ID."
method: PATCH
path: "/project/{proj_id}"
tags: ["project"]
---

# Updates the Project with the given ID.

`PATCH /project/{proj_id}`

## Path parameters

- `proj_id` integer, required

## Request body

- ProjectUpdate
  - `title` string, nullable — Title of the Project
  - `description` string, nullable — Description of the Project

## Response `200`

Successful Response

- ProjectRead
  - `title` string, required — Title of the Project
  - `description` string, required — Description of the Project
  - `id` integer, required — ID of the Project
  - `created` string, date-time, required — Created timestamp of the Project
  - `updated` string, date-time, required — Updated timestamp of the Project

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api.md) · [All operations](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uhh-lt/discourse-analysis-tool-suite-api/revisions/6b22366ce2d1/schema)
