box_task_update_tool
Modify Box task details including due dates, descriptions, and completion requirements to keep project tracking current.
Instructions
Update a Box task. Args: ctx (Context): The context object containing the request and lifespan context. task_id (str): The ID of the task to update. due_at (datetime | None): Optional new due date for the task. message (str | None): Optional new message or description for the task. requires_all_assignees_to_complete (bool): Whether all assignees must complete the task. Defaults to False. Returns: dict: The response from the Box API after updating the task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| due_at | No | ||
| message | No | ||
| requires_all_assignees_to_complete | No |