Passer au contenu principal
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
}
'

Autorisations

Authorization
string
header
requis

API key authentication. Use format: Bearer cbr_live_your_key

Paramètres de chemin

id
string
requis

Corps

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

Réponse

200

Default Response