How to assign a driver to a device via API

Donald P5 years ago

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

Anton Tananaev5 years ago

As far as I remember, you need to use following endpoint:

POST /permissions

Check what official web app sends and implement the same call.

Donald P5 years ago

Thanks, it works