{ "operationId": "Configure Call Intercept Settings for a Workspace", "method": "PUT", "path": "/workspaces/{workspaceId}/features/intercept", "summary": "Configure Call Intercept Settings for a Workspace", "requestExamples": [ { "contentType": "application/json", "example": { "enabled": true, "incoming": { "type": "INTERCEPT_ALL", "voicemailEnabled": true, "announcements": { "greeting": "DEFAULT", "newNumber": { "enabled": true, "destination": "+12145551003" }, "zeroTransfer": { "enabled": true, "destination": "+12145551003" } } }, "outgoing": { "type": "INTERCEPT_ALL", "transferEnabled": true, "destination": "+12145551003" } } } ], "responseExamples": [] }