{ "operationId": "Update Device Configurations", "method": "PATCH", "path": "/deviceConfigurations", "summary": "Update Device Configurations", "requestExamples": [ { "contentType": "application/json-patch+json", "example": [ { "op": "replace", "path": "Audio.Ultrasound.MaxVolume/sources/configured/value", "value": 50 }, { "op": "remove", "path": "Conference.MaxReceiveCallRate/sources/configured/value" } ] } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "deviceId": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMl9hL0RFVklDRS9hNmYwYjhkMi01ZjdkLTQzZDItODAyNi0zM2JkNDg3NjYzMTg=", "items": { "Audio.Ultrasound.MaxVolume": { "value": 50, "source": "configured", "sources": { "default": { "value": 70, "editability": { "isEditable": false, "reason": "FACTORY_DEFAULT" } }, "configured": { "value": 50, "editability": { "isEditable": true } } }, "valueSpace": { "type": "integer", "maximum": 100, "minimum": 0 } }, "FacilityService.Service[1].Name": { "value": "Live Support", "source": "default", "sources": { "default": { "value": "Live Support", "editability": { "isEditable": false, "reason": "FACTORY_DEFAULT" } }, "configured": { "value": null, "editability": { "isEditable": true } } }, "valueSpace": { "type": "string", "maxLength": 1024, "minLength": 0 } }, "Conference.MaxReceiveCallRate": { "value": 6000, "source": "default", "sources": { "default": { "value": 6000, "editability": { "isEditable": false, "reason": "FACTORY_DEFAULT" } }, "configured": { "value": null, "editability": { "isEditable": true } } }, "valueSpace": { "type": "integer", "maximum": 6000, "minimum": 64 } }, "Video.Output.Connector[2].Resolution": { "value": "Auto", "source": "default", "sources": { "default": { "value": "Auto", "editability": { "isEditable": false, "reason": "FACTORY_DEFAULT" } }, "configured": { "value": null, "editability": { "isEditable": false, "reason": "CONFIG_MANAGED_BY_DIFFERENT_AUTHORITY" } } }, "valueSpace": { "enum": [ "1920_1080_50", "1920_1080_60", "1920_1200_50", "1920_1200_60", "2560_1440_60", "3840_2160_30", "3840_2160_60", "Auto" ], "type": "string" } } } } } ] }