nelmio / NelmioApiDocBundle

Generates documentation for your REST API from annotations
MIT License
2.23k stars 833 forks source link

[Question]: Is it possible to view a web form when mediaType is "application/json"? #2267

Closed m4n50n closed 5 months ago

m4n50n commented 5 months ago

Version

4.25

Question

Is it possible to view a web form when mediaType is "application/json" instead of viewing the plain text "editor"? I find it much more visually comfortable to fill in data when doing "Try it out" using a form.

Thanks!

Additional context

No response

DjordyKoert commented 5 months ago

I don't think this is possible. This bundle uses https://github.com/swagger-api/swagger-ui so a issue / PR would need to be created there :)

m4n50n commented 5 months ago

I don't think this is possible. This bundle uses https://github.com/swagger-api/swagger-ui so a issue / PR would need to be created there :)

Perfect, thanks!