Restart in update mode
Restarts the device in update mode. The HTTP method used is the POST.
POST /reboot_recovery.fcgi
Parameters
- This request has no parameters.
Response
- This request has no response.
Request example
Restarts the device in update mode:
$.ajax({
url: "/reboot_recovery.fcgi?session=" + session,
type: 'POST',
contentType: 'application/json'
});