/system/reboot no such route
Solved
Support
-
@Lanhild you must make a POST request . Generally, POST === do some action. (otherwise, please report it here and we will fix our API) . GET === only fetch something
-
-
@girish he does not wish to reboot the system with his call, he wants to get the information IF the system needs a reboot.
There was an API route https://docs.cloudron.io/api.html#tag/System/operation/isRebootRequired which does not work anymore. -
@BrutalBirdie exactly
-
Whoops, my bad.
@Lanhild GET
/api/v1/system/info
has it now. It contains:sysVendor productName uptimeSecs rebootRequired activationTime
-