docusign / OpenAPI-Specifications

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

Tabs height and width defined as strings (version 2.1) #8

Closed jfcote87 closed 5 years ago

jfcote87 commented 5 years ago

The height and width attributes of the tabs are defined as strings in the v2.1. Version 2 defined them as int32. API responses return numeric representation, not strings and samples in the swagger file also show the fields as integers.

LarryKlugerDS commented 5 years ago

Thank you for the bug report. I've reported this to the core team as EC-1615

joeypeng commented 5 years ago

Hey @jfcote87 : As part of the v2.1 API we purposefully transitioned parameters to Strings until we properly implement and deliver on strong typing. The v2.1 response currently has STRING returned if you specified tab height/width. Where are you sing the response being returned as INT? And when you say "samples" showing INT, can you point me to where exactly that is? thanks!

LarryKlugerDS commented 5 years ago

Summary: this change is a planned breaking change for the v2.1 REST API.