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
|**`RateLimit‑Policy`**| Carries the rate limit policy itself (e.g. “100 requests per 5 minutes”). It’s informative; shows what policy the client is subject to. |
49
-
|**`RateLimit‑Limit`**| The total allowed rate limit for the current window. “How many requests (of this type) you’re allowed.” |
49
+
|**`RateLimit‑Limit`**| The total allowed rate limit for the current window. “How many requests (of this type) you’re allowed to perform.” |
50
50
|**`RateLimit‑Remaining`**| How many requests of this type you have left in the current window. |
51
51
|**`RateLimit‑Reset`**| Number of seconds until the rate limit window resets (or until quota is refreshed). Uses a “delta-seconds” format to reduce clock sync issues. |
0 commit comments