-
Notifications
You must be signed in to change notification settings - Fork 0
System POST
The Man edited this page Jan 23, 2022
·
1 revision
URL : /api/system/
Method : POST
Auth required : NO
{
"doReboot": true
}This endpoint only accepts POST requests using the application/json content header.
Failure to provide this header will result in a 404 response.
Not all parameters must be supplied when POSTing to the endpoint.
Below is a list of all parameters that can be presented in the request body:
Executes a system reboot.
Payload
"doReboot": <bool>-
doReboot(bool)- If set to
true, the system will reboot.
- If set to