{ "operationId": "Modify Call Recording Settings for a Workspace", "method": "PUT", "path": "/telephony/config/workspaces/{workspaceId}/features/callRecordings", "summary": "Modify Call Recording Settings for a Workspace", "requestExamples": [ { "contentType": "application/json", "example": { "enabled": true, "record": "Always with Pause/Resume", "notification": { "enabled": true, "type": "Play Announcement" }, "recordVoicemailEnabled": true, "repeat": { "enabled": true }, "startStopAnnouncement": { "internalCallsEnabled": true, "pstnCallsEnabled": true } } } ], "responseExamples": [ { "status": "409", "contentType": "application/json", "example": { "vendorId": "53dc4c87-8408-4882-9570-dca2bcdb9280", "vendorName": "Dubber", "termsOfServiceUrl": "https://www.dubber.net/terms" } } ] }