curl --request PUT \
--url https://nvidia.casebender.com/api/v1/observables/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tlp": 2,
"pap": 1.5,
"ioc": true,
"sighted": true,
"ignoreSimilarity": true,
"details": "<string>"
}
'Update an existing observable
curl --request PUT \
--url https://nvidia.casebender.com/api/v1/observables/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tlp": 2,
"pap": 1.5,
"ioc": true,
"sighted": true,
"ignoreSimilarity": true,
"details": "<string>"
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response