{ "operationId": "Update a Virtual Line", "method": "PUT", "path": "/telephony/config/virtualLines/{virtualLineId}", "summary": "Update a Virtual Line", "requestExamples": [ { "contentType": "application/json", "example": { "firstName": "Bob", "lastName": "Smith", "displayName": "Bob Smith", "phoneNumber": "+15558675309", "extension": "5309", "announcementLanguage": "French", "callerIdFirstName": "Bob", "callerIdLastName": "Smith", "callerIdNumber": "+15558675309", "timeZone": "Africa/Algiers" } } ], "responseExamples": [] }