patch https://{nurevaDeviceIP}/api/v1/audio
Allows clients to set device audio settings, including the speaker treble level, the speaker bass level, and whether or not the microphone is muted. See the Audio Settings Details for more information on the attributes and expected values.
Set one or more audio setting attributes on the request body.
Minimum role required: general
Example Request Body
{
"microphoneMute": true,
"speakerBassLevel": 60,
"speakerTrebleLevel": 70,
"echoReductionLevel": "Low"
}