Was this helpful?
Set the provide mode for a device.
/device/set-provide
udid
curl -L \ --request POST \ --url 'https://api.bringyour.com/device/set-provide' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{"provide_mode":1}'
{ "provide_mode": 1, "error": { "message": "text" } }