chichepo
3 years agoChampion Level 1
SwaggerHub Editor - Path line length not resolved correctly in YAML
Hi All, I got a Yaml file that includes an endpoint with a path length longer than 130 characters. ... paths: /something_very_long/something_very_long/something_very_long/something_very_l...
- 3 years ago
I finally found the root cause for this issue:
SwaggerHub IDE, for Yaml, limits the path length to 128 char.
I am working with SwaggerHub version 1.27.0-76 (On-premise)
So, when the path is longer than 128 char. and is resolved, it generates weird characters.
There is no other way to deal with this issue other than limiting the path length.