update_task
Modify a task's key fields—subject, priority, due date, and contact assignments—in Bexio to keep project information accurate.
Instructions
Edit a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | No | ||
| subject | Yes | ||
| task_id | Yes | the id of the task | |
| user_id | Yes | References a [user object](#operation/v3ListUsers) | |
| entry_id | No | ||
| module_id | No | ||
| contact_id | No | References a [contact object](#operation/v2ListContacts) | |
| finish_date | No | ||
| have_remember | No | ||
| pr_project_id | No | References a [project object](#operation/v2ListProjects) | |
| sub_contact_id | No | References a [contact object](#operation/v2ListContacts) | |
| todo_status_id | No | ||
| remember_time_id | No | Is required if `have_remember` is set to true. | |
| remember_type_id | No | Is required if `have_remember` is set to true. | |
| todo_priority_id | No | ||
| communication_kind_id | No |