Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.08 KB

UpdateMilestone.md

File metadata and controls

16 lines (13 loc) · 1.08 KB

UpdateMilestone

Properties

Name Type Description Notes
description str The Milestone's description. [optional]
completed_at_override datetime A manual override for the time/date the Milestone was completed. [optional]
name str The name of the Milestone. [optional]
state str The workflow state that the Milestone is in. [optional]
started_at_override datetime A manual override for the time/date the Milestone was started. [optional]
categories list[CreateCategoryParams] An array of IDs of Categories attached to the Milestone. [optional]
before_id int The ID of the Milestone we want to move this Milestone before. [optional]
after_id int The ID of the Milestone we want to move this Milestone after. [optional]

[Back to Model list] [Back to API list] [Back to README]