{ "operationId": "Modify Call Forwarding Settings for a Workspace", "method": "PUT", "path": "/workspaces/{workspaceId}/features/callForwarding", "summary": "Modify Call Forwarding Settings for a Workspace", "requestExamples": [ { "contentType": "application/json", "example": { "callForwarding": { "always": { "enabled": false, "destination": "", "ringReminderEnabled": false, "destinationVoicemailEnabled": false }, "busy": { "enabled": true, "destination": "+17084004987", "destinationVoicemailEnabled": true }, "noAnswer": { "enabled": true, "destination": "+12815550001", "numberOfRings": 2, "destinationVoicemailEnabled": false } }, "businessContinuity": { "enabled": false, "destination": "", "destinationVoicemailEnabled": false } } } ], "responseExamples": [] }