diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2019-03-29 14:21:28 +0000 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2019-03-29 14:21:28 +0000 |
commit | 1789d762f35e8bce9eca46c71dd8d808153ebc4f (patch) | |
tree | 469e3cbf35d028efcb66476fb510b2e7d05b6719 /doc/api/commits.md | |
parent | a9d9907a8e44c849835d08efbd25f29349749c72 (diff) | |
download | gitlab-ce-1789d762f35e8bce9eca46c71dd8d808153ebc4f.tar.gz |
Use valid data in our GetCommit example responsedocs/zj-patch-json
When validating parsing, copy pasting should just work, but
instead we created
Diffstat (limited to 'doc/api/commits.md')
-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, |