Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.95 KB

File metadata and controls

23 lines (20 loc) · 1.95 KB

# ProjectRequestBody

Properties

Name Type Description Notes
title string The title of the project [optional]
description string The description of the project [optional]
status string The status of the project [optional]
board_id int The ID of the board this project is associated with [optional]
phase_id int The ID of the phase this project is associated with [optional]
owner_id int The ID of the user who owns the project [optional]
start_date \DateTime The start date of the project. Format: YYYY-MM-DD [optional]
end_date \DateTime The end date of the project. Format: YYYY-MM-DD [optional]
deal_ids int[] An array of IDs of the deals this project is associated with [optional]
person_ids int[] An array of IDs of the persons this project is associated with [optional]
org_ids int[] An array of IDs of the organizations this project is associated with [optional]
label_ids int[] An array of IDs of the labels this project has [optional]
health_status int The health status of the project [optional]
template_id int The ID of the template the project will be based on. Only used when creating a new project. [optional]
custom_fields array<string,object> An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes. To clear a custom field value, set it to `null`. For multi-option fields (field type `set`), use `null` to clear the selection — sending an empty array `[]` is not supported and will result in a validation error. [optional]

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