Skip to content

Commit c0595e3

Browse files
author
Margus Mahler
committed
created_at field for projects
1 parent d7e23a5 commit c0595e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

chapters/projects.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ Projects
44
Project has the following properties
55
* name: The name of the project (string, required, unique for client and workspace)
66
* 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)
88
* active: whether the project is archived or not (boolean, by default true)
99
* is_private: whether project is accessible for only project users or for all workspace users (boolean, default true)
1010
* template: whether the project can be used as a template (boolean, not required)
1111
* template_id: id of the template project used on current project's creation
1212
* billable: whether the project is billable or not (boolean, default true, available only for pro workspaces)
1313
* auto_estimates: whether the esitamated hours is calculated based on task esimations or is fixed manually(boolean, default false, not required, premium functionality)
1414
* 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)
1616
* color: id of the color selected for the project
1717
* 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
1819

1920

2021
##Create project##

0 commit comments

Comments
 (0)