You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the swaggerCombine function in javascript with dynamic configuration, the { format : 'yaml' } is not taken into account, and a json is still being returned.
Describe the bug
When using the
swaggerCombine
function in javascript with dynamic configuration, the{ format : 'yaml' }
is not taken into account, and a json is still being returned.To Reproduce
Expected behavior
The
swaggerCombine
callback should have the combined schema in yml format as parameter.Additional context
I might be wrong, but it seems the "toString()" method of the SwaggerCombine class is never called.
The text was updated successfully, but these errors were encountered: