Skip to main content
PUT
/
api
/
v1
/
watchlists
/
domain
/
{id}
Update domain
curl --request PUT \
  --url https://api.defendis.ai/api/v1/watchlists/domain/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "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
domain
string
watchlistid
string

Response

200 - application/json

Updated

The response is of type object.