---
title: "Update a transactional group"
method: POST
path: "/v1/transactional-groups/{transactionalGroupId}"
tags: ["Transactional groups"]
---

# Update a transactional group

`POST /v1/transactional-groups/{transactionalGroupId}`

Update a transactional group's name or description. At least one field must be provided. The reserved "Unsorted" group cannot be edited.

## Request body

- UpdateGroupRequest — At least one field must be provided.
  - `name` string — The group name. Cannot be the reserved name "Unsorted".
  - `description` string — A description for the group.

## Response `200`

Transactional group updated.

- GroupResponse
  - `id` string, required — The ID of the group.
  - `name` string, required — The name of the group.
  - `description` string, required — The description of the group.
  - `createdAt` string, date-time, required — ISO 8601 timestamp for when the group was created.
  - `updatedAt` string, date-time, required — ISO 8601 timestamp for when the group was last updated.

## Other responses

- `400` — Invalid request body, reserved group name, or the Unsorted group cannot be edited.
- `401` — Invalid API key or content API not enabled for this team.
- `404` — Transactional group not found.
- `405` — Wrong HTTP request method.

---

[API](https://skmtc.net/loops/apis/loops-openapi-spec.md) · [All operations](https://skmtc.net/loops/apis/loops-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loops/loops-openapi-spec/versions/96c4b50b8b95/schema)
