From a90d5c21b55584572ff22d7a3affd84cd19d38d2 Mon Sep 17 00:00:00 2001 From: Felix Gilcher Date: Mon, 28 Jan 2013 16:46:58 +0100 Subject: [PATCH] describe the project access level --- doc/api/projects.md | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) diff --git a/doc/api/projects.md b/doc/api/projects.md index 4112867..e873017 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -107,6 +107,18 @@ Parameters: Will return created project with status `201 Created` on success, or `404 Not found` on fail. +## Project access levels + +The project access levels are defined in the `user_project` class. Currently, 4 +levels are recoginized: + +``` + GUEST = 10 + REPORTER = 20 + DEVELOPER = 30 + MASTER = 40 +``` + ## List project team members Get a list of project team members. -- libgit2 0.21.2