core
core copied to clipboard
Swagger Docs jsonopenapi format return HTML
API Platform version(s) affected: 3.3.3
Description
Since upgrade from 3.2 to 3.3.3 the jsononpenapi docs url return HTML.
How to reproduce
Just try https://127.0.0.1:8000/api/docs.jsonopenapi in local
@soyuka this is due to this change, which stops $this->addRequestFormats($request, $formats); being called on line 155.
Thanks, working on a fix.
not fixed yet?
thought I merged it
can be closed