---
title: "PUT /v1/notification-groups/{uid}"
method: PUT
path: "/v1/notification-groups/{uid}"
tags: ["NotificationGroup"]
---

# PUT /v1/notification-groups/{uid}

`PUT /v1/notification-groups/{uid}`

## Path parameters

- `uid` string, required

## Request body

- MarksmanApiV1UpdateNotificationGroupRequest
  - `uid` string
  - `name` string
  - `remark` string
  - `metadata` object
  - `members` MarksmanApiV1NotificationMemberRequest[]
    - `memberUid` string
    - `isEmail` boolean
    - `isPhone` boolean
  - `webhooks` string[]
  - `templates` string[]
  - `emailConfigs` string[]

## Response `200`

OK

- MarksmanApiV1UpdateNotificationGroupReply

## Changes

- **2026-03-31** `50b920cf67c3` — 1 info
  - added the new optional request property `emailConfigs`
- **2026-03-18** `3c98a8de30e3` — 1 info
  - endpoint added
- **2026-02-28** `f5912329bb01` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aide-family/apis/untitled-api-3/changes/v1/notification-groups/:uid/put.md)

---

[API](https://skmtc.dev/aide-family/apis/untitled-api-3.md) · [All operations](https://skmtc.dev/aide-family/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aide-family/untitled-api-3/revisions/26ae221fccba/schema)
