You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapters/projects.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,18 @@ Projects
4
4
Project has the following properties
5
5
* name: The name of the project (string, required, unique for client and workspace)
6
6
* wid: workspace ID, where the project will be saved (integer, required)
7
-
* cid: client ID(integer, not required)
7
+
* cid: client ID(integer, not required)
8
8
* active: whether the project is archived or not (boolean, by default true)
9
9
* is_private: whether project is accessible for only project users or for all workspace users (boolean, default true)
10
10
* template: whether the project can be used as a template (boolean, not required)
11
11
* template_id: id of the template project used on current project's creation
12
12
* billable: whether the project is billable or not (boolean, default true, available only for pro workspaces)
13
13
* auto_estimates: whether the esitamated hours is calculated based on task esimations or is fixed manually(boolean, default false, not required, premium functionality)
14
14
* estimated_hours: if auto_estimates is true then the sum of task estimations is returned, otherwise user inserted hours (integer, not required, premium functionality)
15
-
* at: timestamp that is sent in the response for PUT, indicates the time task was last updated
15
+
* at: timestamp that is sent in the response for PUT, indicates the time task was last updated (read-only)
16
16
* color: id of the color selected for the project
17
17
* rate: hourly rate of the project (float, not required, premium functionality)
18
+
* created_at: timestamp indicating when the project was created (UTC time), read-only
0 commit comments