curl --request POST \
--url https://nvidia.casebender.com/api/v1/tlp/propagate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"parentType": "case",
"parentId": "<string>",
"tlp": 2,
"includeComments": true,
"includeTasks": true,
"includeObservables": true
}
'Propagate TLP from a parent entity to its children
curl --request POST \
--url https://nvidia.casebender.com/api/v1/tlp/propagate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"parentType": "case",
"parentId": "<string>",
"tlp": 2,
"includeComments": true,
"includeTasks": true,
"includeObservables": true
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response