{ "operationId": "updateMembersOnDevice", "method": "PUT", "path": "/telephony/config/devices/{deviceId}/members", "summary": "Update Members on the device", "requestExamples": [ { "contentType": "application/json", "example": { "members": [ { "port": 1, "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk", "t38FaxCompressionEnabled": false, "primaryOwner": true, "lineType": "SHARED_CALL_APPEARANCE", "lineWeight": 1, "allowCallDeclineEnabled": true, "hotlineDestination": "", "hotlineEnabled": false, "lineLabel": "share line label" } ] } } ], "responseExamples": [] }