Creates or updates filtering rules for an environment in bulk. This action will overwrite any existing filtering rules on specified environment. If there is no filtering rules for an environment, this action creates them. To completely remove filtering rules, set both allow and deny lists to an empty array ([]).
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.
Environment for which to set filtering rule.
List of origin domains that are allowed to make requests, making all other domains denied by default. When setting the allow list, you must explicity set the deny list to wildcard value (['*']).
List of origin domains that are denied to make requests, making all other domains allowed by default. When setting the deny list, you must explicity set the allow list to wildcard value (['*']).