---
title: "Creates a new Project"
method: PUT
path: "/project"
tags: ["project"]
---

# Creates a new Project

`PUT /project`

## Request body

- ProjectCreate
  - `title` string, required — Title of the Project
  - `description` string, required — 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)
