update_task_status
Update the status of a Goodday task by specifying its ID, user ID, and new status, with an optional message for context.
Instructions
Update the status of a task.
Args: task_id: The ID of the task to update user_id: User on behalf of whom API will execute update status_id: New status ID message: Optional comment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | No | ||
status_id | Yes | ||
task_id | Yes | ||
user_id | Yes |