summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <edwin.kempin@gmail.com>2014-06-02 13:26:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-02 13:26:21 +0000
commitb182fc11de5cb85616d4ae7d1fd8f479b091f50b (patch)
tree4525dc2cff40774d7bf463de5e4711f90001a81f
parent9476ea52ef1ba6905760cc0795bafc0931df56a1 (diff)
parent4e38b97171ed4851395655435ab88d7d93da6bee (diff)
Merge "Add missing documentation of changes REST API index endpoint" into stable-2.9
-rw-r--r--Documentation/rest-api-changes.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index c1bb66d9b3..fe5d17d906 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -1070,6 +1070,25 @@ an link:#included-in-info[IncludedInInfo] entity is returned.
}
----
+[[index-change]]
+=== Index Change
+--
+'POST /changes/link:#change-id[\{change-id\}]/index'
+--
+
+Adds or updates the change in the secondary index.
+
+.Request
+----
+ POST /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/index HTTP/1.0
+----
+
+.Response
+----
+ HTTP/1.1 204 No Content
+----
+
+
[[reviewer-endpoints]]
== Reviewer Endpoints