---
title: "Update Project Group"
method: PUT
path: "/project-groups/{projectGroupId}"
tags: ["Project Group"]
---

# Update Project Group

`PUT /project-groups/{projectGroupId}`

Updates the project group.

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Request body

- ProjectGroupUpdateRequest
  - `name` string — The project group name.\ Unsupported characters in the name: `\` `/` `:` ` *` `?` `"` `<` `>` `|`
  - `description` string — The project group description.

## Response `204`

No Content

## Other responses

- `400` — Error responses: * “invalid”: Invalid input on update project group model. * "minSize": Minimum size exceeded for the value mentioned in the "name" field on the error response. * "maxSize": Maximum size exceeded for the value mentioned in the "name" field on the error response.
- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": the authenticated user is not allowed to update the project group.
- `404` — Error codes: * "notFound": the project group could not be found by identifier.
- `409` — Error codes: * "duplicate": Project group with the same name already exists.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
