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:
authorTony Rom <thetonyrom@gmail.com>2017-11-16 21:10:15 +0300
committerTony Rom <thetonyrom@gmail.com>2017-12-15 19:53:57 +0300
commitfd88b0ca56b3a4230902f76a7b049228e53e6bb0 (patch)
treefdb0ac8c494817e946bc3b342c54e3b17e4e2e0d /spec/fixtures/api
parent627a96875ee68e37b45192af3121f09032ea4bbf (diff)
Add `pipelines` endpoint to merge requests API
Diffstat (limited to 'spec/fixtures/api')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/pipelines.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/pipelines.json b/spec/fixtures/api/schemas/public_api/v4/pipelines.json
new file mode 100644
index 00000000000..8b08a00f708
--- /dev/null
+++ b/spec/fixtures/api/schemas/public_api/v4/pipelines.json
@@ -0,0 +1,4 @@
+{
+ "type": "array",
+ "items": { "$ref": "pipeline/basic.json" }
+}