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