missing doc for api
This commit is contained in:
parent
9da7b2e8d8
commit
bcc0eed3e4
1 changed files with 13 additions and 0 deletions
|
@ -30,6 +30,19 @@ Parameters:
|
|||
|
||||
+ `id` (required) - The ID of a project
|
||||
|
||||
### List merge request notes
|
||||
|
||||
Get a list of merge request notes.
|
||||
|
||||
```
|
||||
GET /projects/:id/merge_requests/:merge_request_id/notes
|
||||
```
|
||||
|
||||
Parameters:
|
||||
|
||||
+ `id` (required) - The ID of a project
|
||||
+ `merge_request_id` (required) - The ID of an merge request
|
||||
|
||||
### List issue notes
|
||||
|
||||
Get a list of issue notes.
|
||||
|
|
Loading…
Reference in a new issue