docusign / docusign-esign-csharp-client

The Official Docusign C# Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
https://developers.docusign.com/docs/esign-rest-api/sdks/csharp/
MIT License
129 stars 159 forks source link

Version 6.9.0-rc1 release #434

Closed garg-mudit closed 4 months ago

garg-mudit commented 4 months ago

Breaking Changes

garg-mudit commented 4 months ago

LGTM. One question, regarding HTTP Client object creation change in all Apis, was it part of mustache change? Also any reasoning behind this change? @garg-mudit

This is because PATCH is not present in enum. This is a suggested fix as per SO