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
I'm still trying to assess whether this is actually a bug of the spec generator or the ui, but so far i'm inclined to say there's something off in the UI, as I don't see the same issue with other OpenAPI UI tools.
Essentially the problem is that I have an operation that is POST but has no request body (that's simply our contract sometimes with some requests/responses): look in this spec for Counter get. This is what gets rendered:
It adds the content-type, which is definitely incorrect, as it's not in the spec, and requests will fail.
The text was updated successfully, but these errors were encountered:
I'm still trying to assess whether this is actually a bug of the spec generator or the ui, but so far i'm inclined to say there's something off in the UI, as I don't see the same issue with other OpenAPI UI tools.
Essentially the problem is that I have an operation that is POST but has no request body (that's simply our contract sometimes with some requests/responses):
look in this spec for Counter get. This is what gets rendered:
It adds the content-type, which is definitely incorrect, as it's not in the spec, and requests will fail.
The text was updated successfully, but these errors were encountered: