UpdateTaskRequest (object)
| Field | Type | Description |
|---|---|---|
| account_user_id | integer | — |
| closed | boolean | — |
| description | string | — |
| due_at | allOf(1) | Timestamp in W3C format, will be saved in UTC time +00:00 |
| name* | string | — |
| priority_type | allOf(1) |
Example (JSON)
{
"name": "string",
"description": "string",
"account_user_id": 0,
"closed": true,
"due_at": null,
"priority_type": null
}