Assign Alert
POST {{baseUrl}}/v2/alerts/:identifier/assign?identifierType=id
Assign alert with given identifier
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
identifierType | string | Type of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny' |
Request Body
{"owner"=>{"type"=>"<string>", "id"=>"<string>", "username"=>"<string>"}, "user"=>"<string>", "note"=>"<string>", "source"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |