Was this helpful?
Set the provide mode for a device.
udid
POST /device/set-provide HTTP/1.1 Host: api.bringyour.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 37 { "client_id": "text", "provide_mode": 1 }
{ "provide_mode": 1, "error": { "message": "text" } }