I am trying to assign a driver to a device via API, I did not a reference in API manual, I found
PUT /devices/{id}
but it does not assign the driver to device
PUT /drivers/{id}
but id does not have deviceId properties..
could any body please help?
thanks a lot in advance
REgards
Don
As far as I remember, you need to use following endpoint:
POST /permissions
Check what official web app sends and implement the same call.
I am trying to assign a driver to a device via API, I did not a reference in API manual, I found
but it does not assign the driver to device
but id does not have deviceId properties..
could any body please help?
thanks a lot in advance
REgards
Don