cURL
curl --request POST \ --url https://api.hapticsconnect.com/device/settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "device_name": "My Awesome Device" } '
{ "device_name": "My Awesome Device" }
Update the settings of the device.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the device.
"My Awesome Device"
Updated Device Settings