From 86c76eccea1bf3cf6c58b4315e6a6cb29e058a18 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 17 Mar 2014 15:22:39 +0200 Subject: [PATCH] Add more api docs Signed-off-by: Dmitriy Zaporozhets --- doc/api/projects.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/api/projects.md b/doc/api/projects.md index e795298c672..6e82ddd9903 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -148,6 +148,16 @@ Parameters: "path": "diaspora", "updated_at": "2013-09-30T13: 46: 02Z" } + "permissions": { + "project_access": { + "access_level": 10, + "notification_level": 3 + }, + "group_access": { + "access_level": 50, + "notification_level": 3 + } + } } ```