Skip to content

Commit

Permalink
Updated header table with x-rate-limit-reset with time unit. (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimj-procoretech authored Oct 29, 2024
1 parent 92fc8f6 commit f784030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_essentials/rate_limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are three important response headers returned when making a request to the
| ---------------------- | --------------------------------------------------------------------------------|
| X-Rate-Limit-Limit | The total number of requests per 60 minute window. |
| X-Rate-Limit-Remaining | The number of requests you are allowed to make in the current 60 minute window. |
| X-Rate-Limit-Reset | The Unix timestamp for when the next window begins. |
| X-Rate-Limit-Reset | The Unix timestamp for when the next window begins. (in seconds) |

**Example:**

Expand Down

0 comments on commit f784030

Please sign in to comment.