smartsuite_update_my_work
Update a My Work item: mark it resolved or reopen it, and set or clear its due date. Requires the item ID from listing first.
Instructions
Update one of the authenticated user's My Work items: mark it resolved/open and/or set its due date. Requires readwrite or admin mode. Use smartsuite_list_my_work to find the item id. Returns the updated item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The My Work item id (the "id" field from smartsuite_list_my_work) | |
| status | No | Mark the item resolved or reopen it. | |
| dueDate | No | Set the due date (ISO 8601, e.g. "2026-07-01T00:00:00Z"), or null to clear it. |