{ "operationId": "modifyLineKeyTemplate", "method": "PUT", "path": "/telephony/config/devices/lineKeyTemplates/{templateId}", "summary": "Modify a Line Key Template", "requestExamples": [ { "contentType": "application/json", "example": { "userReorderEnabled": true, "lineKeys": [ { "lineKeyIndex": 1, "lineKeyType": "PRIMARY_LINE" }, { "lineKeyIndex": 2, "lineKeyType": "SPEED_DIAL", "lineKeyLabel": "Office", "lineKeyValue": "4850" }, { "lineKeyIndex": 3, "lineKeyType": "SHARED_LINE", "sharedLineIndex": 1 } ] } } ], "responseExamples": [] }