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

# Update a project

`PATCH /projects/{projectId}`

Update the details of an existing project.

## Path parameters

- `projectId` string, required

## Request body

- ProjectPatch
  - `attributes` object — Arbitrary attributes attached to this resource
  - `title` string — The title of the project
  - `description` string — The description of the project
  - `default_branch` string, nullable — The default branch of the project
  - `timezone` string — Timezone of the project
  - `region` string — The region of the project
  - `default_domain` string, nullable — The default domain of the project

## Response `default`

- AcceptedResponse
  - `status` string, required — The status text of the response
  - `code` integer, required — The status code of the response

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
