Merge "Fix example request for listing votes in REST documentation"

This commit is contained in:
David Pursehouse
2016-07-11 12:38:07 +00:00
committed by Gerrit Code Review

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.