summaryrefslogtreecommitdiff
path: root/doc/api/projects.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-11 09:27:24 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-11 09:27:24 +0000
commitd10ecacc47c1bb640621eef620eb3099ca81f0da (patch)
tree3854cdcb2a13c43c70a3af96ea35ef4ae5ac07fd /doc/api/projects.md
parent9d3e384ae6553fee85b7a1ed2b99a18a9884606e (diff)
parent37c4ba6f8d8b6be9f15bd0df701c64eea9c4d8e4 (diff)
downloadgitlab-ce-d10ecacc47c1bb640621eef620eb3099ca81f0da.tar.gz
Merge branch 'master' into 'master'
Let users limit by archived/not archived projects in GitLab API GET /projects Adds a boolean parameter, archived, to the /projects endpoint. See merge request !158
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r--doc/api/projects.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index e27f0c0226b..b8876e8e104 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -8,6 +8,10 @@ Get a list of projects accessible by the authenticated user.
GET /projects
```
+Parameters:
+
++ `archived` (optional) - if passed, limit by archived status
+
```json
[
{
@@ -250,7 +254,7 @@ Parameters:
+ `description` (optional) - short project description
+ `issues_enabled` (optional)
+ `merge_requests_enabled` (optional)
-+ `wiki_enabled` (optional)
++ `wiki_enabled` (optional)
+ `snippets_enabled` (optional)
+ `public` (optional) - if `true` same as setting visibility_level = 20
+ `visibility_level` (optional)
@@ -273,7 +277,7 @@ Parameters:
+ `default_branch` (optional) - 'master' by default
+ `issues_enabled` (optional)
+ `merge_requests_enabled` (optional)
-+ `wiki_enabled` (optional)
++ `wiki_enabled` (optional)
+ `snippets_enabled` (optional)
+ `public` (optional) - if `true` same as setting visibility_level = 20
+ `visibility_level` (optional)