Merge "Add missing documentation of secondary index configuration" into stable-2.8
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 9404d00..c4ff175 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -2747,7 +2747,9 @@
|`revisions` |optional|
All patch sets of this change as a map that maps the commit ID of the
patch set to a link:#revision-info[RevisionInfo] entity. +
-Only set if link:#all-revisions[all revisions] are requested.
+Only set if link:#current-revision[the current revision] is requested
+(in which case it will only contain a key for the current revision) or
+if link:#all-revisions[all revisions] are requested.
|`_more_changes` |optional, not set if `false`|
Whether the query would deliver more results if not limited. +
Only set on either the last or the first change that is returned.