TwilioDevEd / api-snippets

Code snippets for the Twilio API Documentation
MIT License
259 stars 469 forks source link

fix: adding named parameters to the C# redact code sample #1042

Open dcanonmolina opened 1 year ago

dcanonmolina commented 1 year ago

The existing code leads to an error as the provided parameters does not match the parameter list in the C# SDK: https://github.com/twilio/twilio-csharp/blob/11a46b57afa017b7e91e5c8b0a5c613a0e809442/src/Twilio/Rest/Api/V2010/Account/MessageResource.cs#L634