Device Audio Settings

This endpoint is used to save the audio settings of the specified device.

Controlled Errors

Error CodeError Message
error_device_not_foundNo device was found.
error_device_update_errorFailed to save audio settings.

Any status codes returned that are not provided here are generic status codes that can be found here.

Path Params
string
required

The serial number of the device to update.

Body Params
boolean

Whether or not the alarm is enabled on that device. If this value is not passed, it will default to false.

int32

The language to set the device to. For available languages, see languages. If this value is not passed, it will default to 0 which is English.

int32

The volume to set the device to. Min: 0, Max: 100. If this value is not passed, it will default to 0.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain