diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-31 08:46:59 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-31 08:46:59 +0200 |
commit | bcc0eed3e4565a346d15a17a90722ebb0c3cefab (patch) | |
tree | 213255fa9b7d63b4eee9b9aa6699e9a04004b9b8 /doc/api/notes.md | |
parent | 9da7b2e8d8ed08cb193af2babf150cb8c7715f80 (diff) | |
download | gitlab-ce-bcc0eed3e4565a346d15a17a90722ebb0c3cefab.tar.gz |
missing doc for api
Diffstat (limited to 'doc/api/notes.md')
-rw-r--r-- | doc/api/notes.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md index bb33efb8c25..a4ba2826076 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -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. |