Enable or disable USB on-the-go (OTG) for a device. When OTG is enabled, the USB port of the device is enabled. The device must be connected to the cloud service.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Expectation failed error
Internal server error
curl -i -X POST \ https://api-prod.surfsight.net/v2/devices/:imei/otg-settings \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "enabled": true
}