Specify behaviour if server does not support pagination

This commit is contained in:
Erik Johnston 2015-12-07 16:00:15 +00:00
parent 1ef9cc37e3
commit c61ae86102

View file

@ -78,6 +78,7 @@ The currently supported locations for the ``next_batch`` token are:
- ``search_categories.<category>.groups.<group_key>.<group_id>.next_batch`` - ``search_categories.<category>.groups.<group_key>.<group_id>.next_batch``
A server need not support pagination, even if there are more matching results. A server need not support pagination, even if there are more matching results.
In which case they must not return a ``next_batch`` token in the response.
Security considerations Security considerations