docusign / OpenAPI-Specifications

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

oauthAccess.expires_in is specified as string but API responds with integer #82

Open nCrazed opened 1 year ago

nCrazed commented 1 year ago

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 actual API behavior we end up generating broken rust code that requires manually massaging.