summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-29 14:21:28 +0000
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-29 14:21:28 +0000
commit1789d762f35e8bce9eca46c71dd8d808153ebc4f (patch)
tree469e3cbf35d028efcb66476fb510b2e7d05b6719
parenta9d9907a8e44c849835d08efbd25f29349749c72 (diff)
downloadgitlab-ce-docs/zj-patch-json.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
-rw-r--r--doc/api/commits.md4
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,