Commit 038ea5e7 authored by Bernhard Häussner's avatar Bernhard Häussner

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.
parent fdd7e3f6
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment