tasks_update
Update a Bitrix24 task by ID. Provide the task ID and a fields object with values like TITLE, STATUS, or DEADLINE to modify the task.
Instructions
Обновить задачу по ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID задачи | |
| fields | Yes | Поля: {"TITLE": "Новое", "STATUS": 3, "DEADLINE": "2026-04-01"} |