Update rate-limits.md

pull/223/head
kelseiv 2019-05-07 10:15:52 -07:00 committed by GitHub
parent 3b23e4da3c
commit 18f61c1def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -28,20 +28,3 @@ When a request exceeds the rate limit for the endpoint, the InfluxDB API returns
- HTTP 429 “Too Many Requests”
- 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": "??" } ] }
-->