Skip to main content
PUT
/
observables
/
{id}
Update 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>"
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Path Parameters

id
string
required

Body

application/json
tlp
number
Required range: 0 <= x <= 4
pap
number
Required range: 0 <= x <= 3
ioc
boolean
sighted
boolean
ignoreSimilarity
boolean
details
string

Response

200

Default Response