diff --git a/dist/templates/about/api.html.hbs b/dist/templates/about/api.html.hbs index ad537a4..a544ee4 100644 --- a/dist/templates/about/api.html.hbs +++ b/dist/templates/about/api.html.hbs @@ -194,8 +194,8 @@ per second. Excessive requests are delayed to match this rate. Short bursts are allowed. -
  • Requests by e-mail address are limited to five requests per minute. - Excessive requests will fail with error 503. Short bursts are +
  • Requests by e-mail address are limited to one request per minute. + Excessive requests will fail with error 429. Short bursts are allowed.
  • @@ -274,11 +274,13 @@