summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Häussner <bxt@die-optimisten.net>2016-11-15 10:40:36 +0000
committerBernhard Häussner <bxt@die-optimisten.net>2016-11-15 10:40:36 +0000
commit038ea5e79c561cfd87254abf658b697f71acd600 (patch)
treeb3d51f2b2c92a57e092af6fa5ef7be55a49d69de
parentfdd7e3f6e93e02adacf283071f88e3284449bb3a (diff)
downloadgitlab-ce-038ea5e79c561cfd87254abf658b697f71acd600.tar.gz
Fix invalid JSON in Builds API doc
The JSON of the example responses were missing a few `,` and therefor invalid. This adds them to make those JSONs valid.
-rw-r--r--doc/api/builds.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/builds.md b/doc/api/builds.md
index 0476cac0eda..bca2f9e44ef 100644
--- a/doc/api/builds.md
+++ b/doc/api/builds.md
@@ -45,7 +45,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
- }
+ },
"ref": "master",
"runner": null,
"stage": "test",
@@ -89,7 +89,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
- }
+ },
"ref": "master",
"runner": null,
"stage": "test",
@@ -163,7 +163,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
- }
+ },
"ref": "master",
"runner": null,
"stage": "test",
@@ -193,7 +193,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
- }
+ },
"ref": "master",
"runner": null,
"stage": "test",
@@ -260,7 +260,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
- }
+ },
"ref": "master",
"runner": null,
"stage": "test",