curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/alerts/merge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"targetCaseId": "<string>",
"options": {
"selectAll": true,
"filters": {}
}
}
'Bulk merge alerts into a target case (FUNC-014)
curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/alerts/merge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"targetCaseId": "<string>",
"options": {
"selectAll": true,
"filters": {}
}
}
'