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
}
'Change the TLP level for an entity. May require approval for high TLP levels.
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
}
'API key authentication. Use format: Bearer cbr_live_your_key
case, alert, task, comment, observable, evidence Default Response