{ "operationId": "Create Digit Pattern for a Workspace", "method": "POST", "path": "/telephony/config/workspaces/{workspaceId}/outgoingPermission/digitPatterns", "summary": "Create Digit Pattern for a Workspace", "requestExamples": [ { "contentType": "application/json", "example": { "name": "DigitPattern3", "pattern": "3XXX", "action": "ALLOW", "transferEnabled": false } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V3" } } ] }