Add Responder

POST {{baseUrl}}/v2/alerts/:identifier/responders?identifierType=id

Add responder to 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

{"responder"=>{"type"=>"<string>", "id"=>"<string>"}, "user"=>"<string>", "note"=>"<string>", "source"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring