API Documentation
Alert
Bulk Update Alert
Alert
Bulk Update Alert
Update many existing alerts
POST
/
alerts
/
_bulk
curl --request POST \
--url https://local.casebender.com:3000/api/alerts/_bulk \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"id": [
"<string>"
],
"fields": {
"title": "<string>",
"description": "<string>",
"type": "<string>",
"statusValue": "<string>",
"severity": 123,
"tlp": 123,
"pap": 123,
"assigneeId": "<string>",
"tags": [
{
"id": 123
}
],
"organizations": [
{
"id": "<string>"
}
]
},
"options": {
"selectAll": true,
"filters": {
"statusValue": [
"<string>"
],
"severity": [
123
],
"assigneeId": [
"<string>"
],
"searchKey": "<string>",
"searchValue": "<string>"
}
}
}'
{
"count": 123
}
Authorizations
Body
application/json
Response
200
application/json
Successful response
curl --request POST \
--url https://local.casebender.com:3000/api/alerts/_bulk \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"id": [
"<string>"
],
"fields": {
"title": "<string>",
"description": "<string>",
"type": "<string>",
"statusValue": "<string>",
"severity": 123,
"tlp": 123,
"pap": 123,
"assigneeId": "<string>",
"tags": [
{
"id": 123
}
],
"organizations": [
{
"id": "<string>"
}
]
},
"options": {
"selectAll": true,
"filters": {
"statusValue": [
"<string>"
],
"severity": [
123
],
"assigneeId": [
"<string>"
],
"searchKey": "<string>",
"searchValue": "<string>"
}
}
}'
{
"count": 123
}