diff options
author | Tony Rom <thetonyrom@gmail.com> | 2017-11-16 21:10:15 +0300 |
---|---|---|
committer | Tony Rom <thetonyrom@gmail.com> | 2017-12-15 19:53:57 +0300 |
commit | fd88b0ca56b3a4230902f76a7b049228e53e6bb0 (patch) | |
tree | fdb0ac8c494817e946bc3b342c54e3b17e4e2e0d /spec/fixtures | |
parent | 627a96875ee68e37b45192af3121f09032ea4bbf (diff) | |
download | gitlab-ce-fd88b0ca56b3a4230902f76a7b049228e53e6bb0.tar.gz |
Add `pipelines` endpoint to merge requests API
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/public_api/v4/pipelines.json | 4 |
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" } +} |