Fix REST example response for getting starred changes

Some fields were missing in the change info that is shown in the
example response.

Change-Id: I5ce1e067700c4722f0c86b6e61b5ebe42fa6faa4
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2015-11-19 18:02:18 -08:00
parent 7086ce5b81
commit cb19d4ec91

View File

@@ -1431,7 +1431,11 @@ link:rest-api-changes.html#change-info[ChangeInfo] entities.
"status": "NEW",
"created": "2013-02-01 09:59:32.126000000",
"updated": "2013-02-21 11:16:36.775000000",
"starred": true,
"mergeable": true,
"submittable": false,
"insertions": 145,
"deletions": 12,
"_number": 3965,
"owner": {
"name": "John Doe"