summaryrefslogtreecommitdiffstats
path: root/Documentation/rest-api-changes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/rest-api-changes.txt')
-rw-r--r--Documentation/rest-api-changes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 2bfb5d5b80..32bfc6b496 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -74,8 +74,8 @@ Queries changes visible to the caller. The
link:user-search.html#_search_operators[query string] must be provided
by the `q` parameter. The `n` parameter can be used to limit the
returned results. The `no-limit` parameter can be used remove the default
-limit on queries and return all results. This might not be supported by
-all index backends.
+limit on queries and return all results (does not apply to anonymous requests).
+This might not be supported by all index backends.
As result a list of link:#change-info[ChangeInfo] entries is returned.
The change output is sorted by the last update time, most recently