{ "operationId": "updateCallerReputationProviderSettings", "method": "PUT", "path": "/telephony/config/serviceSettings/callerReputationProvider", "summary": "Update Caller Reputation Provider Service Settings", "requestExamples": [ { "contentType": "application/json", "example": { "enabled": true, "id": "provider-123", "name": "Acme Reputation Provider", "clientId": "client-456", "clientSecret": "secret-789", "callBlockScoreThreshold": "0.7", "callAllowScoreThreshold": "0.3" } } ], "responseExamples": [] }