Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 892 Bytes

RequestProject.md

File metadata and controls

15 lines (10 loc) · 892 Bytes

RequestProject

Properties

Name Type Description Notes
project_key str Not Required if isFolder is true
fields {str: (bool, date, datetime, dict, float, int, list, str, none_type,)} A map of field names to field values e.g. {"name":"Sample Project", "status": 292, "release": 2, "projectManager": 23}
is_folder bool [optional]
parent int parent project [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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