diff --git a/doc/api/milestones.md b/doc/api/milestones.md index b997e83901bb506e4fbc439c43eb94987039c3f8..73d29afc37ac36cf06dfb10170d6acacbb5f66f9 100644 --- a/doc/api/milestones.md +++ b/doc/api/milestones.md @@ -34,7 +34,6 @@ POST /projects/:id/milestones Parameters: + `id` (required) - The ID of a project -+ `milestone_id` (required) - The ID of a project milestone + `title` (required) - The title of an milestone + `description` (optional) - The description of the milestone + `due_date` (optional) - The due date of the milestone