---
title: "Update project"
method: PATCH
path: "/v0/projects/{project}"
---

# Update project

`PATCH /v0/projects/{project}`

Update a project's properties.

## Path parameters

- `project` string, required

## Request body

- object — A project is a collection of SDKs generated from the same set of config files.
  - `display_name` string, nullable

## Response `200`

success

- Project — A project is a collection of SDKs generated from the same set of config files.
  - `object` 'project', required
  - `slug` string, required
  - `display_name` string, nullable, required
  - `org` string, required
  - `config_repo` string, required
  - `targets` Target[], required

---

[API](https://skmtc.net/stainless-api/apis/my-api.md) · [All operations](https://skmtc.net/stainless-api/apis/my-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stainless-api/my-api/versions/1d73a351f557/schema)
