Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.3 KB

limitresponsebody.md

File metadata and controls

11 lines (8 loc) · 2.3 KB

LimitResponseBody

Fields

Field Type Required Description Example
Success bool ✔️ Returns true if the request should be processed, false if it was rejected. true
Limit int64 ✔️ How many requests are allowed within a window. 10
Remaining int64 ✔️ How many requests can still be made in the current window. 9
Reset int64 ✔️ A unix millisecond timestamp when the limits reset. 1709804263654