---
title: "Update group"
method: PATCH
path: "/api/v1/groups/{id}"
tags: ["Groups"]
---

# Update group

`PATCH /api/v1/groups/{id}`

## Path parameters

- `id` string, required

## Headers

- `Content-Type` string, required

## Request body

- object
  - `data` object
    - `type` string, required
    - `id` string, required
    - `attributes` object
      - `name` string
      - `group_type_id` string — corresponds to the id of the group type for the given group

## Response `200`

group updated

## Other responses

- `404` — group not found

---

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