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