Commit c258a285504488f9097cf46d2dfd0df1629635b6
Exists in
spb-stable
and in
2 other branches
Merge branch 'notes-are-comments' into 'master'
Notes are comments
Showing
4 changed files
with
11 additions
and
1 deletions
Show diff stats
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
doc/api/notes.md