curl --request PUT \
--url https://nvidia.casebender.com/api/v1/alerts/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": "<string>",
"severity": 2.5,
"tlp": 2,
"pap": 1.5,
"statusValue": "<string>",
"flag": true
}
'Update an existing alert
curl --request PUT \
--url https://nvidia.casebender.com/api/v1/alerts/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": "<string>",
"severity": 2.5,
"tlp": 2,
"pap": 1.5,
"statusValue": "<string>",
"flag": true
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response