Inbar Gazit
Inbar Gazit
@escallin , I see, you can get the source here and then would have intelisense, but you want to use the nuget and it's not coming through, right? we would...
Thanks Eric, I appreciate the feedback. We would do our best to improve documentation in the future. Please let me know if there's something I can help you with in...
https://www.docusign.com/blog/dsdev-common-api-tasks-void-an-envelope should help
``` # You would need to obtain an accessToken using your chosen auth flow api_client = ApiClient() api_client.host = base_path api_client.set_default_header('Authorization', 'Bearer ' + access_token) envelopes_api = EnvelopesApi(api_client) env =...
Let me know if you need further assistance.
Which code are you running? where did you get the React code from?
Is this issue still relevant?
need to call Update() not UpdateDocuments()
I'm not clear what exactly is the problem, you are reporting two different issues. How did you obtain an access token? what scopes did you use? is this regarding any...
This is an issue with the SDK, not the code examples, but we're aware of this, and it's in the queue for fix.