---
title: "Rename a project"
method: PATCH
path: "/projects/{slug}"
tags: ["Projects"]
---

# Rename a project

`PATCH /projects/{slug}`

Update a project's display name. The slug and URLs are unchanged.

## Path parameters

- `slug` string, required

## Request body

- object
  - `name` string, required — The new display name.

## Response `200`

Project renamed

- object
  - `success` boolean, required
  - `name` string, required

## Other responses

- `400` — Validation error
- `404` — Project not found

---

[API](https://skmtc.dev/faces/apis/faces-api.md) · [All operations](https://skmtc.dev/faces/apis/faces-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/faces/faces-api/revisions/83197d741969/schema)
