Skip to main content
PUT
Update Blacklisted Window 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
window_title
string
Example:

"Cheat Engine 7.5"

is_active
boolean
Example:

true

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

"ban"

description
string
is_partial_match
boolean
Example:

true

Response

Window rule updated.

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"