Method: Auth0::Api::V2::AttackProtection#patch_suspicious_ip_throttling
- Defined in:
- lib/auth0/api/v2/attack_protection.rb
#patch_suspicious_ip_throttling(body) ⇒ Object Also known as: update_suspicious_ip_throttling_settings
Update suspicious IP throttling settings
53 54 55 |
# File 'lib/auth0/api/v2/attack_protection.rb', line 53 def patch_suspicious_ip_throttling(body) patch(suspicious_ip_throttling_settings_path, body) end |