Commit 86c76eccea1bf3cf6c58b4315e6a6cb29e058a18
1 parent
928b7f3b
Exists in
spb-stable
and in
3 other branches
Add more api docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
doc/api/projects.md
@@ -148,6 +148,16 @@ Parameters: | @@ -148,6 +148,16 @@ Parameters: | ||
148 | "path": "diaspora", | 148 | "path": "diaspora", |
149 | "updated_at": "2013-09-30T13: 46: 02Z" | 149 | "updated_at": "2013-09-30T13: 46: 02Z" |
150 | } | 150 | } |
151 | + "permissions": { | ||
152 | + "project_access": { | ||
153 | + "access_level": 10, | ||
154 | + "notification_level": 3 | ||
155 | + }, | ||
156 | + "group_access": { | ||
157 | + "access_level": 50, | ||
158 | + "notification_level": 3 | ||
159 | + } | ||
160 | + } | ||
151 | } | 161 | } |
152 | ``` | 162 | ``` |
153 | 163 |