Skip to main content
PUT
/
files
/
{digest}
Overwrite Decision
curl --request PUT \
  --url https://app.onefirewall.com/api/v1/files/{digest} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "decision": "<string>"
}
'
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

digest
string
required

Digest value in any format from MD5,SHA1,SHA256

Body

application/json
decision
string
required

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

Response

200 - undefined