Merge branch 'docs/zj-patch-json' into 'master'

Use valid data in our GetCommit example response

See merge request gitlab-org/gitlab-ce!26770
This commit is contained in:
Nick Thomas 2019-03-29 18:51:44 +00:00
commit bafabe28c7
1 changed files with 2 additions and 2 deletions

View File

@ -196,9 +196,9 @@ Example response:
"last_pipeline" : {
"id": 8,
"ref": "master",
"sha": "2dc6aa325a317eda67812f05600bdf0fcdc70ab0"
"sha": "2dc6aa325a317eda67812f05600bdf0fcdc70ab0",
"status": "created"
}
},
"stats": {
"additions": 15,
"deletions": 10,