Mercurial > p > roundup > code
diff doc/customizing.txt @ 7289:74778ed75aad
Add changing rest rate limiting to interface.py section.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 25 Apr 2023 18:45:58 -0400 |
| parents | 90c70726e882 |
| children | b97d6a4fba85 |
line wrap: on
line diff
--- a/doc/customizing.txt Tue Apr 25 17:31:05 2023 -0400 +++ b/doc/customizing.txt Tue Apr 25 18:45:58 2023 -0400 @@ -1742,7 +1742,7 @@ -------------- See the `rest interface documentation`_ for instructions on how to add -new rest endpoints using interfaces.py. +new rest endpoints or `change the rate limiting method`_ using interfaces.py. Database Content ================ @@ -6283,6 +6283,7 @@ .. _`design documentation`: design.html .. _`developer's guide`: developers.html .. _`rest interface documentation`: rest.html#programming-the-rest-api +.. _change the rate limiting method: rest.html#creating-custom-rate-limits .. _`directions in the rest interface documentation`: rest.html#enabling-the-rest-api .. _`xmlrpc interface documentation`: xmlrpc.html#through-roundup .. _`zxcvbn`: https://github.com/dwolfhub/zxcvbn-python
