curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/observables \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"fields": {
"tlp": 2,
"pap": 1.5,
"ioc": true,
"sighted": true,
"details": "<string>"
}
}
'Bulk update multiple observables (FUNC-014)
curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/observables \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"fields": {
"tlp": 2,
"pap": 1.5,
"ioc": true,
"sighted": true,
"details": "<string>"
}
}
'