Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.34 KB

UpdateMilestone.md

File metadata and controls

20 lines (14 loc) · 1.34 KB

UpdateMilestone

Properties

Name Type Description Notes
description String The Milestone's description. [optional] [default to nothing]
archived Bool A boolean indicating whether the Milestone is archived or not [optional] [default to nothing]
completed_at_override ZonedDateTime A manual override for the time/date the Milestone was completed. [optional] [default to nothing]
name String The name of the Milestone. [optional] [default to nothing]
state String The workflow state that the Milestone is in. [optional] [default to nothing]
started_at_override ZonedDateTime A manual override for the time/date the Milestone was started. [optional] [default to nothing]
categories Vector{CreateCategoryParams} An array of IDs of Categories attached to the Milestone. [optional] [default to nothing]
before_id Int64 The ID of the Milestone we want to move this Milestone before. [optional] [default to nothing]
after_id Int64 The ID of the Milestone we want to move this Milestone after. [optional] [default to nothing]

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