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: site/content/en/latest/api/extension_types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4262,7 +4262,7 @@ _Appears in:_
4262
4262
4263
4263
| Field | Type | Required | Default | Description |
4264
4264
| --- | --- | --- | --- | --- |
4265
-
|`type`|_[RateLimitType](#ratelimittype)_| false || Type decides the scope for the RateLimits.<br />Valid RateLimitType values are "Global" or "Local".<br />Deprecated: Use Type. allow both "Global" and "Local" fields now. |
4265
+
|`type`|_[RateLimitType](#ratelimittype)_| false || Type decides the scope for the RateLimits.<br />Valid RateLimitType values are "Global" or "Local".<br />Deprecated: Use Global and/or Local fields directly instead. Both can be specified simultaneously for combined rate limiting. |
4266
4266
|`global`|_[GlobalRateLimit](#globalratelimit)_| false || Global defines global rate limit configuration. |
4267
4267
|`local`|_[LocalRateLimit](#localratelimit)_| false || Local defines local rate limit configuration. |
0 commit comments