Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.52 KB

File metadata and controls

26 lines (23 loc) · 1.52 KB

# V2RuleBotChallengeRequest

Properties

Name Type Description Notes
domain string[] Domain patterns (default: any)
name string Rule name [optional]
uuid string Rule UUID [optional]
weight int Rule weight [optional] [default to 0]
disabled bool Whether rule is disabled [optional] [default to false]
url string[] URL patterns
country string Country filter type (country_is, country_is_not, any) [optional]
country_is string[] Allowed countries [optional]
country_is_not string[] Excluded countries [optional]
method string Method filter type (method_is, method_is_not, any) [optional]
method_is string[] Allowed HTTP methods [optional]
method_is_not string[] Excluded HTTP methods [optional]
ip string IP filter type (ip_is, ip_is_not, any) [optional]
ip_is string[] Allowed IP addresses [optional]
ip_is_not string[] Excluded IP addresses [optional]
robot_challenge_type string Challenge type (invisible or checkbox)
robot_challenge_verification_ttl int Verification TTL in seconds [optional] [default to 10800]
robot_challenge_challenge_ttl int Challenge TTL in seconds [optional] [default to 30]

[Back to Model list] [Back to API list] [Back to README]