Routines & missions · update_task
Update a task
Time, cadence, instruction, pause or resume.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| taskId | string | UUID de la tâche (préféré) |
| title | string | Titre de la tâche si taskId inconnu |
| updates * | object | Les champs à changer (au moins un) |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"update_task","input":{"taskId":"…","title":"…","updates":"…"}}'$
run({ "tool": "update_task", "input": {"taskId":"…","title":"…","updates":"…"} })