---
title: "Update Project"
method: PATCH
path: "/v0/project/{project_name}"
tags: ["Projects"]
---

# Update Project

`PATCH /v0/project/{project_name}`

Updates a project's name and/or description in your account.

## Path parameters

- `project_name` string, required — Project name, may contain slashes

## Request body

- ProjectUpdate — Request model for updating a project.
  - `name` string, nullable — A unique, user-defined name used when referencing the project.
  - `is_versioned` boolean, nullable — Whether the project is versioned
  - `icon` string, nullable — Icon identifier for the project
  - `order` integer, nullable — Position/order of the project in list
  - `description` string, nullable — Optional description of the project

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Project Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
