Commit 5bf12bbb1d05e0f4fc2661ccd68e0c208499ba57

Authored by dosire
1 parent 901fc300

Make clear that notes also serve as comments.

doc/api/README.md
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 + [Merge Requests](merge_requests.md) 13 + [Merge Requests](merge_requests.md)
14 + [Issues](issues.md) 14 + [Issues](issues.md)
15 + [Milestones](milestones.md) 15 + [Milestones](milestones.md)
16 -+ [Notes](notes.md) 16 ++ [Notes](notes.md) (comments)
17 + [Deploy Keys](deploy_keys.md) 17 + [Deploy Keys](deploy_keys.md)
18 + [System Hooks](system_hooks.md) 18 + [System Hooks](system_hooks.md)
19 + [Groups](groups.md) 19 + [Groups](groups.md)
doc/api/issues.md
@@ -193,3 +193,7 @@ Parameters: @@ -193,3 +193,7 @@ Parameters:
193 193
194 + `id` (required) - The project ID 194 + `id` (required) - The project ID
195 + `issue_id` (required) - The ID of the issue 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,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 ## Wall 3 ## Wall
2 4
3 ### List project wall notes 5 ### List project wall notes