OpenAPI-Specifications
OpenAPI-Specifications copied to clipboard
The official Docusign REST APIs Swagger Specifications
Fixes issue https://github.com/docusign/docusign-admin-python-client/issues/13 and https://github.com/docusign/OpenAPI-Specifications/issues/93
OrganizationResponse field `identity_providers` shows an array of `IdentityProvidersResponse` (note Providers plural) when it should be an array of `IdentityProvidersResponse` singular. See related https://github.com/docusign/docusign-admin-python-client/issues/13
Environment/Tools: - e-Signature REST [OpenAPI Specification](https://github.com/docusign/OpenAPI-Specifications/blob/master/esignature.rest.swagger-v2.1.json) v2.1 - [Go-Swagger](https://github.com/go-swagger/go-swagger) version: v0.30.5 (commit: ab6a7885723430004f1d7db6395369b6e7f3370b) - golang version: go1.19.7 darwin/arm64 (on iOS) Problem Statement: While the go-swagger tooling does successfully generate the...
duplicate langCode parameter in GET endpoint `/v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/consumer_disclosure/` See reported issue https://github.com/docusign/OpenAPI-Specifications/issues/91
In the v2.1 API, there is a schema called `BCCEmailArchive` that is not referenced anywhere. It seems to be a duplicate of `bccEmailArchiveHistoryList`. There is also another schema called `bccEmailArchive`...
Hi, Would you be willing to share the tools/commands you use to generate the API code for the different languages you have on the Developer Site? I'm trying to generate...
#8 might be related, but both version 2 and 2.1 of the esignature spec have it defined as a string so maybe not. With this discrepancy between spec and the...
I was trying to generate a golang client using the go-swagger utility and it barks on both swagger files: swagger generate client -f ../eSign-OpenAPI-Specification/esignature.rest.swagger-v2.1.json -A go-demo-client 2021/01/14 10:35:17 validating spec...