---
title: "Update a group"
method: PUT
path: "/v1/groups/{groupId}"
tags: ["groups"]
---

# Update a group

`PUT /v1/groups/{groupId}`

Update a group's name or other properties by its ID. Only the fields included in the request body are modified.

## Path parameters

- `groupId` string, uuid, required

## Request body

- object
  - `group` object, required
    - `name` string
    - `emoji` string
    - `description` string
    - `parent_id` string, uuid
    - `parent` unknown

## Response `200`

Successful response

- object
  - `error` boolean, required
  - `data` object, required
    - `group` Schema0, required — unresolved $ref

## Other responses

- `400` — Request body failed validation.
- `401` — Missing or invalid API key.
- `403` — Valid key, insufficient permission.
- `404` — Resource does not exist.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

---

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