Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 995 Bytes

CreateObjective.md

File metadata and controls

17 lines (11 loc) · 995 Bytes

CreateObjective

Properties

Name Type Description Notes
name String The name of the Objective. [default to nothing]
description String The Objective's description. [optional] [default to nothing]
state String The workflow state that the Objective is in. [optional] [default to nothing]
started_at_override ZonedDateTime A manual override for the time/date the Objective was started. [optional] [default to nothing]
completed_at_override ZonedDateTime A manual override for the time/date the Objective was completed. [optional] [default to nothing]
categories Vector{CreateCategoryParams} An array of IDs of Categories attached to the Objective. [optional] [default to nothing]

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