Skip to content

Commit

Permalink
[bugfix] Fix getAttachment return type
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-lewandoski committed Jan 7, 2023
1 parent 54bacec commit f4c22e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/EnvelopesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -3825,7 +3825,7 @@ If the envelope is `In Process`, meaning that it has been sent and has not been
var authNames = ['docusignAccessCode'];
var contentTypes = [];
var accepts = ['application/json'];
var returnType = null;
var returnType = Object;

return this.apiClient.callApi(
'/v2.1/accounts/{accountId}/envelopes/{envelopeId}/attachments/{attachmentId}', 'GET',
Expand Down

0 comments on commit f4c22e2

Please sign in to comment.