---
title: "Update group"
method: POST
path: "/group"
tags: ["[v1] Group"]
---

# Update group

`POST /group`

Modify existing group. Edit permission is required.

WARNING: backend might not return a response, but changes will be applied!

## Request body

- object
  - `group_id` union, required — group id to modify
    - string
    - integer
  - `name` string — group name to set
  - `parent_id` string — parent_id to set

## Response `200`

OK - returns empty response.

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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