Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-29 17:21:28 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-03-29 17:21:28 +0300
commit1789d762f35e8bce9eca46c71dd8d808153ebc4f (patch)
tree469e3cbf35d028efcb66476fb510b2e7d05b6719 /doc/api/commits.md
parenta9d9907a8e44c849835d08efbd25f29349749c72 (diff)
Use valid data in our GetCommit example response
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.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,