Skip to main content
PUT
Update Blacklisted Process Rule

Authorizations

Authorization
string
header
required

Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).

Path Parameters

id
integer
required

Unique database ID of the rule.

Body

application/json
process_name
string
Example:

"x64dbg.exe"

is_active
boolean
Example:

true

severity
enum<string>
Available options:
suspicious,
ban
Example:

"ban"

description
string

Response

Blacklist rule updated.

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"