Skip to main content
PUT
/
alerts
/
{id}
Update 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
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Path Parameters

id
string
required

Body

application/json
title
string
Required string length: 1 - 500
description
string
severity
number
Required range: 1 <= x <= 4
tlp
number
Required range: 0 <= x <= 4
pap
number
Required range: 0 <= x <= 3
statusValue
string
flag
boolean

Response

200

Default Response