curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/observables/ioc \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"ioc": true
}
'Bulk set IOC flag on observables (FUNC-014)
curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/observables/ioc \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"ioc": true
}
'Documentation Index
Fetch the complete documentation index at: https://docs.casebender.com/llms.txt
Use this file to discover all available pages before exploring further.