update_queries
Update multiple queries at once by specifying query IDs and action configurations; changes are shallow-merged and the store is refreshed automatically.
Instructions
Update multiple queries in one tool call. Each entry is {"query_id", "action_config"?, "name"?, "run_behaviour"?}. action_config is shallow-merged into
the existing actionConfiguration per entry, so you can change just httpMethod or
body without re-sending the rest. The Redux action list is refetched once at the
end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes |