Commit 61e68634033219cb9620ef11078bc90254f1b553

Authored by Marcus Ilgner
1 parent b5a73b1f

Add info about exposed Project::archived to API docs

Showing 1 changed file with 6 additions and 3 deletions   Show diff stats
doc/api/projects.md
... ... @@ -43,7 +43,8 @@ GET /projects
43 43 "owner_id": 1,
44 44 "path": "diaspora",
45 45 "updated_at": "2013-09-30T13: 46: 02Z"
46   - }
  46 + },
  47 + "archived": false
47 48 },
48 49 {
49 50 "id": 6,
... ... @@ -78,7 +79,8 @@ GET /projects
78 79 "owner_id": 1,
79 80 "path": "brightbox",
80 81 "updated_at": "2013-09-30T13:46:02Z"
81   - }
  82 + },
  83 + "archived": false
82 84 }
83 85 ]
84 86 ```
... ... @@ -157,7 +159,8 @@ Parameters:
157 159 "access_level": 50,
158 160 "notification_level": 3
159 161 }
160   - }
  162 + },
  163 + "archived": false
161 164 }
162 165 ```
163 166  
... ...