{ "operationId": "modifyMySecondaryLinesCallForwardingSettings", "method": "PUT", "path": "/telephony/config/people/me/settings/secondaryLines/{lineownerId}/callForwarding", "summary": "Modify My Secondary Line Owner's Call Forwarding Settings", "requestExamples": [ { "contentType": "application/json", "example": { "callForwarding": { "always": { "enabled": false, "ringReminderEnabled": false, "destinationVoicemailEnabled": false }, "busy": { "enabled": false, "destinationVoicemailEnabled": false }, "noAnswer": { "enabled": false, "numberOfRings": 2, "destinationVoicemailEnabled": false } }, "businessContinuity": { "enabled": false, "destinationVoicemailEnabled": false } } } ], "responseExamples": [] }