---
title: "POST /groups/{groupID}"
method: POST
path: "/groups/{groupID}"
tags: ["groups"]
---

# POST /groups/{groupID}

`POST /groups/{groupID}`

Edit a group. All fields are optional, only fields that are provided will be changed.

## Path parameters

- `groupID` string, uuid, required

## Request body

- object
  - `name` string
  - `description` string
  - `isIsolated` boolean — Whether the group is isolated. Refer to Heartbeat docs to learn more about what this entails
  - `isJoinable` boolean — Whether the group is joinable. Refer to Heartbeat docs to learn more about what this entails

## Response `200`

Successful response

## Other responses

- `401` — API Key is missing or invalid

---

[API](https://skmtc.dev/heartbeat/apis/heartbeat-api.md) · [All operations](https://skmtc.dev/heartbeat/apis/heartbeat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/heartbeat/heartbeat-api/revisions/6c3cf537d508/schema)
