API: merge request documentation updated, added return codes to functions
The API documentation of merge requests contains info to status codes for all functions. Required arguments are now checked in the merge requests API functions and a `400 Bad Request` error is returned if they are not given.
This commit is contained in:
parent
e96d77d3db
commit
3b3add35fb
4 changed files with 59 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
## List issues
|
||||
|
||||
Get all issues created by authenticed user. This function takes pagination parameters
|
||||
`page` and `per_page` to get a list of issues.
|
||||
`page` and `per_page` to restrict the list of issues.
|
||||
|
||||
```
|
||||
GET /issues
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue