summaryrefslogtreecommitdiff
path: root/doc/api/projects.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/projects.md
parenta9a581567c6d56186feade11ad867a66ab872ca6 (diff)
downloadgitlab-ce-06e96907eef49c3be1b3608e77420e42d554943a.tar.gz
Add filter param for authorized projects for current_user for V4
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r--doc/api/projects.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index f6eabc1f663..6805e7d67e9 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -37,6 +37,7 @@ Parameters:
| `search` | string | no | Return list of authorized projects matching the search criteria |
| `simple` | boolean | no | Return only the ID, URL, name, and path of each project |
| `owned` | boolean | no | Limit by projects owned by the current user |
+| `authorized` | boolean | no | Limit by projects authorized for the current user |
| `starred` | boolean | no | Limit by projects starred by the current user |
```json