Commit a90d5c21 authored by Felix Gilcher's avatar Felix Gilcher

describe the project access level

the documentation mentions access_level as required parameter, but fails to list
accepted values.
parent 2ddaf003
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment