Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 910 Bytes

ProjectUpdateResponse.md

File metadata and controls

14 lines (10 loc) · 910 Bytes

LiltNode.ProjectUpdateResponse

Properties

Name Type Description Notes
name String The Project name. [optional]
state String The project's state. The possible states are 'backlog', 'inProgress', 'inReview', 'inQA', and 'done' [optional]
dueDate Number The due date. Measured in seconds since the Unix epoch. [optional]
archived Boolean True if the project is archived. Otherwise, false. [optional]
metadata Object Metadata associated with a project. This field must be valid JSON. [optional]
sampleReviewPercentage Number The Project's sample review percentage. Must be an integer between 10 and 100, a multiple of 10 and greater than minimum value (displayed in error message). [optional]