URL Feeds
Overwrite Decision
This API is used to change / overwrite the decision based on score, in other words setting manually a IoC in whitelist or blacklist.
PUT
/
urls
/
{url}
Authorizations
Authorization
string
headerrequiredAuthorization Token
Path Parameters
url
string
requiredURL you wishing to gain information (must be valid format and URL Encoded)
Body
application/json
decision
integer
default: -1required0 for whitelist, 1 for blacklist, -1 (default) for based on score (not overwrite)
Required range:
-2 < x < 2