Skip to main content
PUT
/
tlp
/
entity
/
{type}
/
{id}
Change entity TLP
curl --request PUT \
  --url https://nvidia.casebender.com/api/v1/tlp/entity/{type}/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tlp": 2,
  "justification": "<string>",
  "propagateToChildren": false
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Path Parameters

type
enum<string>
required
Available options:
case,
alert,
task,
comment,
observable,
evidence
id
string
required

Body

application/json
tlp
number
required
Required range: 0 <= x <= 4
justification
string
propagateToChildren
boolean
default:false

Response

200

Default Response