---
title: "Update project group details."
method: PUT
path: "/projectGroups/{projectGroupId}"
tags: ["Project Groups"]
---

# Update project group details.

`PUT /projectGroups/{projectGroupId}`

Update project group details.

## Path parameters

- `projectGroupId` integer, required

## Request body

- UpdateProjectGroupDto
  - `currencyId` integer
  - `budgetValue` number
  - `name` string
  - `status` 'opened' | 'closed'
  - `notes` string
  - `categoriesIds` integer[]
  - `customersIds` integer[]

## Response `default`

Success

---

[API](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api.md) · [All operations](https://skmtc.dev/xtrf/apis/xtrf-home-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xtrf/xtrf-home-portal-api/revisions/0c24935a3319/schema)
