Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.12 KB

Category.md

File metadata and controls

17 lines (14 loc) · 1.12 KB

Category

Properties

Name Type Description Notes
archived bool A true/false boolean indicating if the Category has been archived.
entity_type str A string description of this resource.
color str The hex color to be displayed with the Category (for example, "#ff0000").
name str The name of the Category.
type str The type of entity this Category is associated with; currently Milestone is the only type of Category.
updated_at datetime The time/date that the Category was updated.
external_id str This field can be set to another unique ID. In the case that the Category has been imported from another tool, the ID in the other tool can be indicated here.
id int The unique ID of the Category.
created_at datetime The time/date that the Category was created.

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