fix: change dynamic select options fetch method from GET to POST

pull/21425/head
Yeuoly 11 months ago
parent 82482993d6
commit 449283f3c5

@ -20,7 +20,7 @@ class DynamicSelectClient(BasePluginClient):
Fetch dynamic select options for a plugin parameter.
"""
return self._request_with_plugin_daemon_response(
"GET",
"POST",
f"plugin/{tenant_id}/dispatch/dynamic_select/fetch_parameter_options",
list[PluginParameterOption],
data={

Loading…
Cancel
Save