You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-recaptchaenterprise/v1/2.0.0/com/google/api/services/recaptchaenterprise/v1/RecaptchaEnterprise.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1413,8 +1413,8 @@ public class Keys {
1413
1413
1414
1414
/**
1415
1415
* Adds an IP override to a key. The following restrictions hold: * The maximum number of IP
1416
-
* overrides per key is 100. * For any conflict (such as IP already exists or IP part of an existing
1417
-
* IP range), an error is returned.
1416
+
* overrides per key is 1000. * For any conflict (such as IP already exists or IP part of an
1417
+
* existing IP range), an error is returned.
1418
1418
*
1419
1419
* Create a request for the method "keys.addIpOverride".
1420
1420
*
@@ -1442,7 +1442,7 @@ public class AddIpOverride extends RecaptchaEnterpriseRequest<com.google.api.ser
1442
1442
1443
1443
/**
1444
1444
* Adds an IP override to a key. The following restrictions hold: * The maximum number of IP
1445
-
* overrides per key is 100. * For any conflict (such as IP already exists or IP part of an
1445
+
* overrides per key is 1000. * For any conflict (such as IP already exists or IP part of an
1446
1446
* existing IP range), an error is returned.
1447
1447
*
1448
1448
* Create a request for the method "keys.addIpOverride".
0 commit comments