---
title: "PUT /v1/alert-subscriptions/{uid}"
method: PUT
path: "/v1/alert-subscriptions/{uid}"
tags: ["Alert"]
---

# PUT /v1/alert-subscriptions/{uid}

`PUT /v1/alert-subscriptions/{uid}`

## Path parameters

- `uid` string, required

## Request body

- RabbitApiV1UpdateAlertSubscriptionRequest
  - `uid` string
  - `name` string
  - `remark` string
  - `labels` object
  - `excludeLabels` object
  - `recipientGroupUids` string[]
  - `members` RabbitApiV1AlertSubscriptionMemberRequest[]
    - `memberUid` string
    - `isEmail` boolean
    - `isSms` boolean
    - `isPhone` boolean
  - `directMemberEmailConfigUid` string
  - `directMemberTemplateUid` string

## Response `200`

OK

- RabbitApiV1UpdateAlertSubscriptionReply

---

[API](https://skmtc.net/aide-family/apis/untitled-api.md) · [All operations](https://skmtc.net/aide-family/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aide-family/untitled-api/versions/695b37f99d58/schema)
