box_task_assignment_update_tool
Update Box task assignments to mark them as complete or review outcomes, including approval/rejection status and optional messages.
Instructions
Update a Box task assignment to mark it as complete or review outcome. Args: ctx (Context): The context object containing the request and lifespan context. assignment_id (str): The ID of the task assignment to update. is_positive_outcome (bool): For review tasks: True for approved, False for rejected. For complete tasks: True for completed, False for incomplete. message (str | None): Optional message or description for the task assignment update. Returns: dict: The response from the Box API after updating the task assignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignment_id | Yes | ||
| is_positive_outcome | Yes | ||
| message | No |