Update Alert Description

PUT {{baseUrl}}/v2/alerts/:identifier/description?identifierType=id

Update the description of the alert with given identifier

Request Params

KeyDatatypeRequiredDescription
identifierTypestringType of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny'

Request Body

{"description"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring