URnetwork
Copyright 2024 BringYour, Inc.
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
udid
const response = await fetch('https://api.bringyour.com/device/set-name', { method: 'POST', headers: { "Authorization": "Bearer <token>", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "error": { "message": "text" } }