Commit c258a285504488f9097cf46d2dfd0df1629635b6

Authored by Dmitriy Zaporozhets
2 parents 901fc300 5bf12bbb

Merge branch 'notes-are-comments' into 'master'

Notes are comments
doc/api/README.md
... ... @@ -13,7 +13,7 @@
13 13 + [Merge Requests](merge_requests.md)
14 14 + [Issues](issues.md)
15 15 + [Milestones](milestones.md)
16   -+ [Notes](notes.md)
  16 ++ [Notes](notes.md) (comments)
17 17 + [Deploy Keys](deploy_keys.md)
18 18 + [System Hooks](system_hooks.md)
19 19 + [Groups](groups.md)
... ...
doc/api/issues.md
... ... @@ -193,3 +193,7 @@ Parameters:
193 193  
194 194 + `id` (required) - The project ID
195 195 + `issue_id` (required) - The ID of the issue
  196 +
  197 +## Comments on issues
  198 +
  199 +Comments are done via the notes resource.
... ...
doc/api/merge_requests.md
... ... @@ -258,3 +258,7 @@ Parameters:
258 258 }
259 259 ]
260 260 ```
  261 +
  262 +## Comments on issues
  263 +
  264 +Comments are done via the notes resource.
... ...
doc/api/notes.md
  1 +Notes can be wall notes or comments on snippets, issues or merge requests.
  2 +
1 3 ## Wall
2 4  
3 5 ### List project wall notes
... ...