Bulk create/update filtering rules
Creates or updates multiple filtering rules at once. In “merge” mode (default), rules with IDs are updated and rules without IDs are created. In “overwrite” mode, all existing rules for the given environment are deleted and replaced with the provided rules.
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
Array of filtering rules to create or update
Environment ID
"ae_rrETjdWcfqI6AFsk"
Mode for bulk operation. "merge" (default) updates existing rules and creates new ones. "overwrite" deletes all existing rules for the environment and creates new ones.
merge, overwrite Response
List of created/updated filtering rules.