plugins.reload
Reloads the plugin with the specified ID.
Reloading a plugin will unload it, then load it. To update the configuration
(which also triggers a reload), use plugins.update.
Request
{
"id": 8
}
Response
{
}
plugins.reloadReloads the plugin with the specified ID.
Reloading a plugin will unload it, then load it. To update the configuration
(which also triggers a reload), use plugins.update.
{
"id": 8
}
{
}