Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.19 KB

Label.md

File metadata and controls

20 lines (17 loc) · 1.19 KB

Label

Properties

Name Type Description Notes
app_url str The Shortcut application url for the Label.
description str The description of the Label.
archived bool A true/false boolean indicating if the Label has been archived.
entity_type str A string description of this resource.
color str The hex color to be displayed with the Label (for example, "#ff0000").
name str The name of the Label.
global_id str
updated_at datetime The time/date that the Label was updated.
external_id str This field can be set to another unique ID. In the case that the Label has been imported from another tool, the ID in the other tool can be indicated here.
id int The unique ID of the Label.
stats LabelStats [optional]
created_at datetime The time/date that the Label was created.

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