Closed magnetik closed 7 years ago
The only "solution" I found is removing .{_format}
. Maybe we should ask if this limitation can be removed in the next version of the specification.
Well for me the fix does not work: even with the {._format}
removed from path, the RouteMetadataDescriber
gets it from the compiled route and it's added.
Is https://github.com/EXSyst/ApiDocBundle/pull/5 fine for you or do you see another solution?
Fixed in #5 :)
Using FOSRestBundle, all routes have the path defined as
"/foo/bar.{_format}"
The
_format
has a default value, but open api specification state: