Hi!
My question:
I have been working for several months on the documentation of some API’s with the Swashbuckle library with .NET6
The swagger.json is being generated programmatically and it was possible to show specific examples with desired values.
But since yesterday the import is not showing the examples that were being shown and the API’s structure is not grouping them as before and it is the same swagger.json that worked a few days ago.
I don’t know if the structure changed with this update but in swagger it does load the example in the RequestBody.
Details (like screenshots):
I show some examples how the grouping of API’s looked before
And the example was loaded in the Body in the post request
How I found the problem:
I found the problem when I was doing the import of a similar swagger.json and it is not grouping like the previous one, (I have not changed the structure of the endpoints)
I have already tried to load the same swagger.json and it does not show it as before, I don’t know if it has something to do with the new update or they updated the API’s/collection import service.