---
title: "Update Project"
method: PATCH
path: "/v1/projects/{project_id}"
---

# Update Project

`PATCH /v1/projects/{project_id}`

## Path parameters

- `project_id` string, required

## Request body

- UpdateProjectRequest
  - `title` string, nullable
  - `status` string, nullable
  - `state` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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