---
title: "Updates the given project"
method: PATCH
path: "/v1/projects/{ref}"
tags: ["Projects"]
---

# Updates the given project

`PATCH /v1/projects/{ref}`

## Path parameters

- `ref` string, required

## Request body

- V1UpdateProjectBody
  - `name` string, required

## Response `200`

- V1ProjectRefResponse
  - `id` integer, required
  - `ref` string, required
  - `name` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Failed to update project

---

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