Closed jfcote87 closed 5 years ago
Thank you for the bug report. I've reported this to the core team as EC-1615
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!
Summary: this change is a planned breaking change for the v2.1 REST API.
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.