diff options
author | Marcus Ilgner <mail@marcusilgner.com> | 2014-04-20 12:01:55 +0200 |
---|---|---|
committer | Marcus Ilgner <mail@marcusilgner.com> | 2014-04-20 12:01:55 +0200 |
commit | 61e68634033219cb9620ef11078bc90254f1b553 (patch) | |
tree | 742616df2ec2f7e17d81e05924744a2afbb356c1 /doc/api | |
parent | b5a73b1f902c97c3289df159b1007eb4a0db9eac (diff) | |
download | gitlab-ce-61e68634033219cb9620ef11078bc90254f1b553.tar.gz |
Add info about exposed Project::archived to API docs
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 40bcc6e2cd4..ffaba0af7fe 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -43,7 +43,8 @@ GET /projects "owner_id": 1, "path": "diaspora", "updated_at": "2013-09-30T13: 46: 02Z" - } + }, + "archived": false }, { "id": 6, @@ -78,7 +79,8 @@ GET /projects "owner_id": 1, "path": "brightbox", "updated_at": "2013-09-30T13:46:02Z" - } + }, + "archived": false } ] ``` @@ -157,7 +159,8 @@ Parameters: "access_level": 50, "notification_level": 3 } - } + }, + "archived": false } ``` |