API documentation expanded with status code information
Information to return codes added to projects and users documentation.
This commit is contained in:
parent
beb00af0c1
commit
da040fc134
2 changed files with 18 additions and 0 deletions
|
@ -57,6 +57,11 @@ GET /projects
|
|||
]
|
||||
```
|
||||
|
||||
Return values:
|
||||
|
||||
+ `200 Ok` on success and a list of projects
|
||||
+ `401 Unauthorized` if the user is not allowed to access projects
|
||||
|
||||
|
||||
### Get single project
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue