{ "operationId": "updateSpecifiedSettingsForTheDevice", "method": "PUT", "path": "/telephony/config/devices/{deviceId}/dynamicSettings", "summary": "Update Device Dynamic Settings", "requestExamples": [ { "contentType": "application/json", "example": { "tags": [ { "action": "CLEAR", "tag": "%G711A_ORDER%" }, { "action": "SET", "tag": "%ENABLE_BLUETOOTH%", "value": "0" } ] } } ], "responseExamples": [] }