{ "operationId": "Modify Selective Reject Criteria for a Workspace", "method": "PUT", "path": "/telephony/config/workspaces/{workspaceId}/selectiveReject/criteria/{id}", "summary": "Modify Selective Reject Criteria for a Workspace", "requestExamples": [ { "contentType": "application/json", "example": { "scheduleName": "Business Vacation YearEnd", "scheduleType": "holidays", "scheduleLevel": "GROUP", "callsFrom": "SELECT_PHONE_NUMBERS", "anonymousCallersEnabled": true, "unavailableCallersEnabled": true, "phoneNumbers": [ "+19064441748", "+19186663950" ], "rejectEnabled": false } } ], "responseExamples": [] }