Update Watchlist Group
update_watchlist_groupUpdate a watchlist group by its ID: rename the group or adjust its securities with add, remove, or replace modes.
Instructions
Update a watchlist group by id. Can rename (name param) or modify securities (securities + mode: add/remove/replace). Returns upstream API response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Watchlist group id | |
| name | No | New group name (optional) | |
| securities | No | Securities list (optional) | |
| mode | No | Update mode for securities: "add", "remove", or "replace" (default: "replace") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The updated watchlist group ID (echoed from the request). | |
| updated | Yes | Always `true` on success. |