Reloading usermodules
Posted: 16 Oct 2017 07:18
When working on a usermodule, it's frequently necessary to reload the module. Is there a better and easier way of doing that than restarting the whole z-way-server service?
I've yet to try, but I'm sure it works./v1/modules/reinitialize/{module-id} - stops all instances of module, reloads JS and meta data and starts instances again - useful for module development.