Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.16 KB

UpdateProject.md

File metadata and controls

17 lines (14 loc) · 1.16 KB

UpdateProject

Properties

Name Type Description Notes
description str The Project's description. [optional]
archived bool A true/false boolean indicating whether the Story is in archived state. [optional]
days_to_thermometer int The number of days before the thermometer appears in the Story summary. [optional]
color str The color that represents the Project in the UI. [optional]
name str The Project's name. [optional]
follower_ids list[str] An array of UUIDs for any Members you want to add as Followers. [optional]
show_thermometer bool Configuration to enable or disable thermometers in the Story summary. [optional]
team_id int The ID of the team the project belongs to. [optional]
abbreviation str The Project abbreviation used in Story summaries. Should be kept to 3 characters at most. [optional]

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