Skip to content

Update Specific Channel

PATCH
/alerts/v1/notifications/update/{alert_id}
curl --request PATCH \
--url http://localhost:3000/alerts/v1/notifications/update/example \
--header 'Content-Type: application/json' \
--data '{ "name": "updated name" }'
alert_id
required
string

Unique identifier for the alert

Media type application/json
object
Example
{
"name": "updated name"
}

Successful response

Media type application/json