|  Developer
Updated on December 31, 2021

Upgrading a component

Request example:

				
					{
    "method": "hub.software.update.execute",
    "id": "_ID_",
    "params": {
        "actions": [
            {
                "operation": "upgrade",
                "type": "custom_plugin",
                "source": "http://cloud-provided-place-to-download-the-archive-with-a/plugin.tgz",
                "id": "prefixedPluginName",
                "version": "1.23",
                "archive_hash_md5": "<md5(plugin.tgz)>"
            }
        ]
    }
}