Method: Auth0::Api::V2::AttackProtection#patch_brute_force_protection

Defined in:
lib/auth0/api/v2/attack_protection.rb

#patch_brute_force_protection(body) ⇒ json Also known as: update_brute_force_protection_settings

Update brute force protection settings.

Parameters:

Returns:

  • (json)

    The configuration for brute force protection

See Also:



36
37
38
# File 'lib/auth0/api/v2/attack_protection.rb', line 36

def patch_brute_force_protection(body)
  patch(brute_force_protection_settings_path, body)
end