appmixer.todoist.core.UpdateTask
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Task ID | text | The ID of the task to update. |
| Content | text | The content of the task. |
| Description | textarea | A description for the task. |
| Labels | text | Comma-separated list of label names. |
| Priority | select | The priority of the task (1-4). |
| Due String | text | Human-readable due date, e.g., 'tomorrow at 12:00'. |
| Due Date | date-time | Specific date for the task (date only). |
| Due Datetime | date-time | Specific date and time for the task. |
| Due Language | select | 2-letter code for parsing due_string. |
| Assignee ID | text | The ID of the user to assign the task to. |
| Duration | number | A positive integer for the duration. |
| Duration Unit | select | The unit of time for the duration. |
| Field | Type | Description |
|---|---|---|
| ID | string | - |
| Assigner ID | string | - |
| Assignee ID | string | - |
| Project ID | string | - |
| Section ID | string | - |
| Parent ID | string | - |
| Order | integer | - |
| Content | string | - |
| Description | string | - |
| Is Completed | boolean | - |
| Labels | array | - |
| Priority | integer | - |
| Comment Count | integer | - |
| Creator ID | string | - |
| Created At | string | - |
| Due | object | - |
| Duration | object | - |
| URL | string | - |