Mutate filtering rules
Allows atomic mutation to filtering rules for an environment. Explicitly specify which list (allow or deny) you are mutating and which operation (add or remove) you want to execute with the given list of items.
Currently only supports origin domain filtering.
Note: It can take up to 5 minutes to start filtering incoming requests after setting a rule.
Documentation Index
Fetch the complete documentation index at: https://docs.fingerprint.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Management API version.
Body
ID of an environment for which we are mutating the filtering rules.
Permission list we want to mutate, either allow or deny.
allow, deny Operation we are executing on specified permission list, either add or remove.
add, remove List of items we are mutating with the given operation on the given permission list.