Commit bcc0eed3e4565a346d15a17a90722ebb0c3cefab

Authored by Dmitriy Zaporozhets
1 parent 9da7b2e8

missing doc for api

Showing 1 changed file with 13 additions and 0 deletions   Show diff stats
doc/api/notes.md
... ... @@ -30,6 +30,19 @@ Parameters:
30 30  
31 31 + `id` (required) - The ID of a project
32 32  
  33 +### List merge request notes
  34 +
  35 +Get a list of merge request notes.
  36 +
  37 +```
  38 +GET /projects/:id/merge_requests/:merge_request_id/notes
  39 +```
  40 +
  41 +Parameters:
  42 +
  43 ++ `id` (required) - The ID of a project
  44 ++ `merge_request_id` (required) - The ID of an merge request
  45 +
33 46 ### List issue notes
34 47  
35 48 Get a list of issue notes.
... ...