diff options
author | Nick Thomas <nick@gitlab.com> | 2019-03-29 18:51:44 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-03-29 18:51:44 +0000 |
commit | bafabe28c7d13a7fad514da9d04d0844c716e9c4 (patch) | |
tree | 6b9104a273bce541b06966507501b414d8d96658 /doc | |
parent | 095793e2c5fba94faa71978693ba169221a9f9b5 (diff) | |
parent | 1789d762f35e8bce9eca46c71dd8d808153ebc4f (diff) | |
download | gitlab-ce-bafabe28c7d13a7fad514da9d04d0844c716e9c4.tar.gz |
Merge branch 'docs/zj-patch-json' into 'master'
Use valid data in our GetCommit example response
See merge request gitlab-org/gitlab-ce!26770
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/commits.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md index 09546fcac3f..7a044ce881a 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -196,9 +196,9 @@ Example response: "last_pipeline" : { "id": 8, "ref": "master", - "sha": "2dc6aa325a317eda67812f05600bdf0fcdc70ab0" + "sha": "2dc6aa325a317eda67812f05600bdf0fcdc70ab0", "status": "created" - } + }, "stats": { "additions": 15, "deletions": 10, |