Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListStatusWithHttpInfo operation in EnvelopesApi.cs #301

Open
jmitola opened this issue Oct 15, 2020 · 3 comments
Open

ListStatusWithHttpInfo operation in EnvelopesApi.cs #301

jmitola opened this issue Oct 15, 2020 · 3 comments

Comments

@jmitola
Copy link

jmitola commented Oct 15, 2020

In the operation 'ListStatusWithHttpInfo', the HTTP method is set to 'PUT'. It should be 'GET'.
Leaving it as 'PUT' is causing an HTTP status 400 Bad Request

@jmitola
Copy link
Author

jmitola commented Oct 16, 2020

This issue also exists in the 'ListStatusAsyncWithHttpInfo' operation. Could someone please make this change in the next release? This is a highly used operation to list out envelopes sent from a particular user and we can't use it because these operations are trying to perform a PUT method instead of a GET

@RajRele
Copy link
Contributor

RajRele commented Oct 22, 2020

@jmitola
Copy link
Author

jmitola commented Oct 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants