Skip to content
Snippets Groups Projects
Commit 038ea5e7 authored by Bernhard Häussner's avatar Bernhard Häussner
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -45,7 +45,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
}
},
"ref": "master",
"runner": null,
"stage": "test",
Loading
Loading
@@ -89,7 +89,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
}
},
"ref": "master",
"runner": null,
"stage": "test",
Loading
Loading
@@ -163,7 +163,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
}
},
"ref": "master",
"runner": null,
"stage": "test",
Loading
Loading
@@ -193,7 +193,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
}
},
"ref": "master",
"runner": null,
"stage": "test",
Loading
Loading
@@ -260,7 +260,7 @@ Example of response
"ref": "master",
"sha": "0ff3ae198f8601a285adcf5c0fff204ee6fba5fd",
"status": "pending"
}
},
"ref": "master",
"runner": null,
"stage": "test",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment