---
title: "PATCH /v1/projects/{projectId}"
method: PATCH
path: "/v1/projects/{projectId}"
tags: ["Projects"]
---

# PATCH /v1/projects/{projectId}

`PATCH /v1/projects/{projectId}`

## Path parameters

- `projectId` string, required

## Request body

- GoliothProjectUpdate
  - `name` string

## Response `200`

A successful response.

- GoliothUpdateProjectResponse
  - `data` GoliothProject
    - `createdAt` string, date-time
    - `id` string
    - `name` string
    - `organizationId` string
    - `roles` string[]
    - `updatedAt` string, date-time

## Other responses

- `default` — An unexpected error response.

---

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