Fix example request for listing votes in REST documentation

Change-Id: I0a8bc0b3dab8ee8cc3959a13d702554d542c9bf3
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2016-07-11 11:39:05 +02:00
parent 9af885e2c5
commit 314f10aaca

View File

@@ -2375,7 +2375,7 @@ Lists the votes for a specific reviewer of the change.
.Request
----
GET /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/revisions/674ac754f91e64a0efb8087e59a176484bd534d1/files/ HTTP/1.0
GET /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/reviewers/John%20Doe/votes/ HTTP/1.0
----
As result a map is returned that maps the label name to the label value.