Skip to main content
PUT
/
api
/
v1
/
watchlists
/
assets
/
{id}
Update asset
curl --request PUT \
  --url https://api.defendis.ai/api/v1/watchlists/assets/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "vendor": "<string>",
  "product": "<string>",
  "version": "<string>",
  "domain": "<string>",
  "watchlistid": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>

Path Parameters

id
integer
required

Body

application/json
vendor
string
product
string
version
string
domain
string
watchlistid
string

Response

200 - application/json

Updated

The response is of type object.