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:
@@ -315,7 +315,7 @@ default. Optional fields are:
|
||||
)]}'
|
||||
[
|
||||
{
|
||||
"id": "demo~master~I7ea46d2e2ee5c64c0d807677859cfb7d90b8966a",
|
||||
"id": "gerrit~master~I7ea46d2e2ee5c64c0d807677859cfb7d90b8966a",
|
||||
"project": "gerrit",
|
||||
"branch": "master",
|
||||
"change_id": "I7ea46d2e2ee5c64c0d807677859cfb7d90b8966a",
|
||||
|
||||
Reference in New Issue
Block a user