lenx_update_task
Update a task's name or search query configuration. Include the task ID and supply new values for any fields you want to change.
Instructions
Update an existing task's name and/or search query configuration. At least one field is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID to update | |
| task_name | No | New task name (1-50 characters) | |
| search_query | No | Partial search query update. Provide only the fields to change. Example: {"query_layer": [{"in": ["new_keyword"], "ex": []}]} |