Fix example response in changes REST API documentation

The example request is for a change on the gerrit project, but the
response shows the change Id with project name 'demo'.

Change-Id: I1a35402a8018bb316a6e908be610efdb9815466c
This commit is contained in:
David Pursehouse
2014-07-18 12:03:06 +09:00
parent 4a11e44a85
commit c3be6ad810

View File

@@ -315,7 +315,7 @@ default. Optional fields are:
)]}'
[
{
"id": "demo~master~I7ea46d2e2ee5c64c0d807677859cfb7d90b8966a",
"id": "gerrit~master~I7ea46d2e2ee5c64c0d807677859cfb7d90b8966a",
"project": "gerrit",
"branch": "master",
"change_id": "I7ea46d2e2ee5c64c0d807677859cfb7d90b8966a",