fix: change plugin decode request method from POST to GET

pull/19963/head
zhangx1n 11 months ago
parent fb96e0b103
commit 6a20c04b59

@ -181,7 +181,7 @@ class PluginInstaller(BasePluginClient):
Decode a plugin from an identifier.
"""
return self._request_with_plugin_daemon_response(
"POST",
"GET",
f"plugin/{tenant_id}/management/decode/from_identifier",
PluginDecodeResponse,
data={"plugin_unique_identifier": plugin_unique_identifier},

Loading…
Cancel
Save