Commit 08f665cf2876c70a2a987a498b01d00de7478e4a
1 parent
6bc9249b
Exists in
master
and in
4 other branches
API docs: fix new milestone parameters
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
doc/api/milestones.md
| ... | ... | @@ -34,7 +34,6 @@ POST /projects/:id/milestones |
| 34 | 34 | Parameters: |
| 35 | 35 | |
| 36 | 36 | + `id` (required) - The ID of a project |
| 37 | -+ `milestone_id` (required) - The ID of a project milestone | |
| 38 | 37 | + `title` (required) - The title of an milestone |
| 39 | 38 | + `description` (optional) - The description of the milestone |
| 40 | 39 | + `due_date` (optional) - The due date of the milestone | ... | ... |