Skip to content
Snippets Groups Projects
Commit bcc0eed3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

missing doc for api

parent 9da7b2e8
No related branches found
No related tags found
2 merge requests!2940Expanding repos and hooks paths in settings,!2770Capistrano deploy
Loading
Loading
@@ -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
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