action avaza_task_put { label: "Update a Task." description: "Requires TaskID and a list of field names to update. The FieldsToUpdate field accepts a string array containing field names that should be updated." provider: avaza method: PUT path: "/api/Task" encoding: json output: { type: "object" additionalProperties: true } }