---
title: "Updates a specific notification group"
method: PUT
path: "/system/notification-groups/{notification_group_id}"
tags: ["Notification Groups"]
---

# Updates a specific notification group

`PUT /system/notification-groups/{notification_group_id}`

## Headers

- `Authorization` string, string, required
- `Context` string, string, required
- `Accept` 'application/json', required
- `X-Accept-Timezone` string

## Request body

- object
  - `name` string, required
  - `description` string

## Response `200`

The updated notification group will be returned

- object
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `name` string, required
  - `description` string

## Other responses

- `400` — Usually caused by invalid input
- `401` — Failed to authenticate the user making the request
- `404` — Resource not found
- `default` — Server error occurred

---

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