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

# Update a Project

`PATCH /v1/projects/{project_id}`

Updates the name or other properties of an existing project

## Path parameters

- `project_id` string, required

## Headers

- `Authorization` string, required

## Request body

- UpdateProjectV1Request
  - `name` string — The name of the project

## Response `200`

A project

- UpdateProjectV1Response
  - `message` string — confirmation message

## Other responses

- `400` — Invalid Request

---

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