Fix milestone api docs: invalid param for close

This commit is contained in:
Dmitriy Zaporozhets 2013-06-06 12:32:05 +03:00
parent a4e671dc31
commit 963f475daf
2 changed files with 2 additions and 2 deletions

View File

@ -56,5 +56,5 @@ Parameters:
+ `title` (optional) - The title of a milestone
+ `description` (optional) - The description of a milestone
+ `due_date` (optional) - The due date of the milestone
+ `closed` (optional) - The status of the milestone
+ `state_event` (optional) - The state event of the milestone (close|activate)

View File

@ -60,7 +60,7 @@ module API
# title (optional) - The title of a milestone
# description (optional) - The description of a milestone
# due_date (optional) - The due date of a milestone
# state (optional) - The status of the milestone (close|activate)
# state_event (optional) - The state event of the milestone (close|activate)
# Example Request:
# PUT /projects/:id/milestones/:milestone_id
put ":id/milestones/:milestone_id" do