Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.17 KB

UpdateProject.md

File metadata and controls

17 lines (14 loc) · 1.17 KB

UpdateProject

Properties

Name Type Description Notes
description string The Project's description. [optional]
archived bool A true/false boolean indicating whether the Story is in archived state. [optional]
daysToThermometer int The number of days before the thermometer appears in the Story summary. [optional]
color string The color that represents the Project in the UI. [optional]
name string The Project's name. [optional]
followerIds string[] An array of UUIDs for any Members you want to add as Followers. [optional]
showThermometer bool Configuration to enable or disable thermometers in the Story summary. [optional]
teamId int The ID of the team the project belongs to. [optional]
abbreviation string 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]