summaryrefslogtreecommitdiff
path: root/doc/api/v3_to_v4.md
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-03-03 20:31:25 +0000
committerRobert Speicher <robert@gitlab.com>2017-03-03 20:31:25 +0000
commite19bcc7b6d56063a9a7a785d7247c5571d5dcc51 (patch)
tree5961b2b9dc3b04ff6b13405c0088a0fcbbca3d4f /doc/api/v3_to_v4.md
parentafd566347fe604d633adfebf0cd8277b860f52e0 (diff)
parent59e7d04bc78a69137b649dc8ac470a6c3eedbd3c (diff)
downloadgitlab-ce-e19bcc7b6d56063a9a7a785d7247c5571d5dcc51.tar.gz
Merge branch '26847-api-pipelines-use-basic' into 'master'
Expose pipelines as PipelineBasic `api/v4/projects/:id/pipelines` Closes #26847 See merge request !8875
Diffstat (limited to 'doc/api/v3_to_v4.md')
-rw-r--r--doc/api/v3_to_v4.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/v3_to_v4.md b/doc/api/v3_to_v4.md
index 42deccba0a6..39dc6d98e7b 100644
--- a/doc/api/v3_to_v4.md
+++ b/doc/api/v3_to_v4.md
@@ -58,3 +58,4 @@ changes are in V4:
- Remove `GET /groups/owned`. Use `GET /groups?owned=true` instead [!9505](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9505)
- Return 202 with JSON body on async removals on V4 API (DELETE `/projects/:id/repository/merged_branches` and DELETE `/projects/:id`) [!9449](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9449)
- `projects/:id/milestones?iid[]=x&iid[]=y` array filter has been renamed to `iids` [!9096](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9096)
+- Return basic info about pipeline in `GET /projects/:id/pipelines` [!8875](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8875)