Update rate-limits.md
parent
3b23e4da3c
commit
18f61c1def
|
@ -28,20 +28,3 @@ When a request exceeds the rate limit for the endpoint, the InfluxDB API returns
|
||||||
|
|
||||||
- HTTP 429 “Too Many Requests”
|
- HTTP 429 “Too Many Requests”
|
||||||
- Retry-After: xxx (seconds to wait before retrying the request)
|
- Retry-After: xxx (seconds to wait before retrying the request)
|
||||||
|
|
||||||
<!-- potential information to add moving forward?
|
|
||||||
|
|
||||||
Use HTTP headers to review the following:
|
|
||||||
|
|
||||||
?: the rate limit ceiling for a given endpoint
|
|
||||||
?: the number of requests remaining in the 4 hour window (will we provide functionality to change this window?)
|
|
||||||
?: time remaining before the rate limit resets, in <precision> seconds
|
|
||||||
|
|
||||||
## Rate limit messaging
|
|
||||||
|
|
||||||
When a request exceeds the rate limit for a given API endpoint, the API returns the following errors in the response body:
|
|
||||||
|
|
||||||
{ "errors": [ { "code": ??, "message": "??" } ] }
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue