Update Alert Description
PUT {{baseUrl}}/v1/alert/:alertUid
Update alert description by alertUid.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
alertUid | string | required | Unique Alert Identification |
Body
| Field | Type | Required | Description |
|---|---|---|---|
description | string | required | New description for updated alert |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}