docusign / OpenAPI-Specifications

The official Docusign REST APIs Swagger Specifications
MIT License
19 stars 15 forks source link

OrganizationResponse has list[IdentityProvidersResponse instead of list[IdentityProviderResponse] #93

Open ekm-detexian opened 8 months ago

ekm-detexian commented 8 months ago

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