Skip to main content
PUT
/
urls
/
{url}
Overwrite Decision
curl --request PUT \
  --url https://app.onefirewall.com/api/v1/urls/{url} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "decision": -1
}'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://docs.onefirewall.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authorization Token

Path Parameters

url
string
required

URL you wishing to gain information (must be valid format and URL Encoded)

Body

application/json
decision
integer
default:-1
required

0 for whitelist, 1 for blacklist, -1 (default) for based on score (not overwrite)

Required range: -2 < x < 2

Response

200 - undefined