Skip to content
Snippets Groups Projects
Commit a90d5c21 authored by Felix Gilcher's avatar Felix Gilcher
Browse files

describe the project access level

the documentation mentions access_level as required parameter, but fails to list
accepted values.
parent 2ddaf003
No related branches found
No related tags found
2 merge requests!2835Fix API return codes,!2808WIP - Various improvements to the API documentation
Loading
Loading
@@ -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.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment