Commit fb952df9 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'patch-9' into 'master'

Fix invalid JSON in Builds API doc

See merge request !7475
parents 46eb0ebf 038ea5e7
......@@ -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