curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/cases/tlp \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"tlp": 2,
"pap": 1.5,
"propagateToChildren": true,
"options": {
"selectAll": true,
"filters": {}
}
}
'Bulk set TLP/PAP classification on cases with optional propagation (FUNC-014, FUNC-044)
curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/cases/tlp \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"tlp": 2,
"pap": 1.5,
"propagateToChildren": true,
"options": {
"selectAll": true,
"filters": {}
}
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response