Allows atomic mutation to filtering rules for an environment. Explicity 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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Management API version.
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.