docusign / OpenAPI-Specifications

The official Docusign REST APIs Swagger Specifications
MIT License
20 stars 18 forks source link

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

Open ekm-detexian opened 12 months ago

ekm-detexian commented 12 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