---
title: "Update the case template group"
method: PATCH
path: "/cases/template_groups/{case_template_group_id}"
tags: ["cases"]
---

# Update the case template group

`PATCH /cases/template_groups/{case_template_group_id}`

## Path parameters

- `case_template_group_id` string, required

## Headers

- `X-CSRF-Protection` boolean, required

## Request body

- object
  - `description` string — case template group description
  - `title` string — case template group title

## Response `200`

Succeeded

- object — A single case template group.
  - `data` object, required
    - `created_at` string, date-time, required
    - `description` string, required — case template group description
    - `id` string, required
    - `is_official` boolean, required
    - `title` string, required — case template group title
    - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `default` — Other error

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
