Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 808 Bytes

TaskEditForm.md

File metadata and controls

18 lines (15 loc) · 808 Bytes

TaskEditForm

Properties

Name Type Description Notes
title string
todo string The actual doings, which will be available on the detail and edit page. [optional]
end \DateTime [optional]
estimation int Estimation in seconds [optional]
project int Project ID
activity int Activity ID
description string [optional]
tags string[] [optional]
user int User ID [optional]
team int Team ID [optional]

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