CreateTaskRequest (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| account_user_id | integer | — |
| closed | boolean | — |
| description | string | — |
| due_at | string | Timestamp in W3C format, will be saved in UTC time +00:00 |
| name* | string | — |
| priority_type | string | string
|
| task_group_id* | integer | — |
Beispiel (JSON)
{
"name": "string",
"description": "string",
"account_user_id": 0,
"closed": true,
"due_at": "2025-01-14T13:51:15.000Z",
"priority_type": "none",
"task_group_id": 0
}