---
title: "PATCH /v1/spaces/{spaceName}/projects/{name}"
method: PATCH
path: "/v1/spaces/{spaceName}/projects/{name}"
---

# PATCH /v1/spaces/{spaceName}/projects/{name}

`PATCH /v1/spaces/{spaceName}/projects/{name}`

Changes one or more values for a project.

## Path parameters

- `spaceName` string, required
- `name` string, required

## Request body

- object
  - `description` string — The description of the project.

## Response `200`

Success

- UpdateProjectResponse
  - `spaceName` string — The name of the space.
  - `name` string — The name of the project.
  - `displayName` string — The friendly name of the project displayed to users in Amazon CodeCatalyst.
  - `description` string — The description of the project.

## Other responses

- `480` — ThrottlingException
- `481` — ConflictException
- `482` — ValidationException
- `483` — ServiceQuotaExceededException
- `484` — ResourceNotFoundException
- `485` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/codecatalyst.md) · [All operations](https://skmtc.net/aws/apis/codecatalyst/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/codecatalyst/versions/b82f5a10dc49/schema)
