Skip to content

Commit 9ab437a

Browse files
committed
Add changing rest rate limiting to interface.py section.
1 parent 43af3e5 commit 9ab437a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/customizing.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ Other Examples
17421742
--------------
17431743

17441744
See the `rest interface documentation`_ for instructions on how to add
1745-
new rest endpoints using interfaces.py.
1745+
new rest endpoints or `change the rate limiting method`_ using interfaces.py.
17461746

17471747
Database Content
17481748
================
@@ -6283,6 +6283,7 @@ rather than requiring a web server restart.
62836283
.. _`design documentation`: design.html
62846284
.. _`developer's guide`: developers.html
62856285
.. _`rest interface documentation`: rest.html#programming-the-rest-api
6286+
.. _change the rate limiting method: rest.html#creating-custom-rate-limits
62866287
.. _`directions in the rest interface documentation`: rest.html#enabling-the-rest-api
62876288
.. _`xmlrpc interface documentation`: xmlrpc.html#through-roundup
62886289
.. _`zxcvbn`: https://github.com/dwolfhub/zxcvbn-python

0 commit comments

Comments
 (0)