Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable Json Editor using Swagger-UI

How can I use the Json Editor using the following github (https://github.com/jensoleg/swagger-ui)?

What codes do I need to use in order to enable JSON editor for the request body?

Tried changing my code but it is not working for me. Any help would be appreciated.

like image 578
JSB Avatar asked Jan 29 '26 15:01

JSB


1 Answers

JSON form editor is not supported in Swagger UI 3.x and 4.x. There's an existing feature request.

like image 95
Faizan Abbasi Avatar answered Feb 01 '26 06:02

Faizan Abbasi