TodoInput object
Input for creating or updating a todo
| Field | Type | Description |
|---|---|---|
userId | integer (int32) | Owner user ID |
titlerequired | string | Task description |
completed | boolean | Whether the task is done |
priority | string | Task priority level |
dueDate | string | null | Due date (null if no deadline) |
tags | unknown[] | Categorization tags |