Was this helpful?
Sets the name of a device owned by the network. To set the name of devices shared with the network, use /device/set-association-name.
/device/set-association-name
/device/set-name
udid
curl -L \ --request POST \ --url 'https://api.bringyour.com/device/set-name' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
{ "error": { "message": "text" } }