---
title: "Update project"
method: PATCH
path: "/projects/current/"
tags: ["Organizations"]
---

# Update project

`PATCH /projects/current/`

Updates a project’s attributes, such as the project name.
The user needs write permissions on the project to make changes.

## Headers

- `x-m2-organization-id` string, required
- `x-m2-project-id` string, required

## Request body

- PatchProjectRequest — The data to update a project
  - `documentId` string
  - `name` string — The name of the project

## Response `200`

The details of the updated project

- PatchProjectResponse — The details of the updated project
  - `documentId` string
  - `name` string — The name of the project

---

[API](https://skmtc.net/otherside/apis/organizations.md) · [All operations](https://skmtc.net/otherside/apis/organizations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/organizations/revisions/7bb9c8fbb542/schema)
