summaryrefslogtreecommitdiff
path: root/doc/api/v3_to_v4.md
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-03-02 16:47:10 -0300
committerToon Claes <toon@gitlab.com>2017-03-03 12:02:41 +0100
commit06e96907eef49c3be1b3608e77420e42d554943a (patch)
tree36e8c1d69e1822d04e46b0195c4ca4b83182b656 /doc/api/v3_to_v4.md
parenta9a581567c6d56186feade11ad867a66ab872ca6 (diff)
downloadgitlab-ce-06e96907eef49c3be1b3608e77420e42d554943a.tar.gz
Add filter param for authorized projects for current_user for V4
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 cca58894476..92f2e02405d 100644
--- a/doc/api/v3_to_v4.md
+++ b/doc/api/v3_to_v4.md
@@ -53,3 +53,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)
+- Enable filtering user's authorized projects with boolean param `authorized` on `/projects` endpoint [!9674](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9674)