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:
commit
bafabe28c7
1 changed files with 2 additions and 2 deletions
|
@ -196,9 +196,9 @@ Example response:
|
|||
"last_pipeline" : {
|
||||
"id": 8,
|
||||
"ref": "master",
|
||||
"sha": "2dc6aa325a317eda67812f05600bdf0fcdc70ab0"
|
||||
"sha": "2dc6aa325a317eda67812f05600bdf0fcdc70ab0",
|
||||
"status": "created"
|
||||
}
|
||||
},
|
||||
"stats": {
|
||||
"additions": 15,
|
||||
"deletions": 10,
|
||||
|
|
Loading…
Reference in a new issue