mpociot / laravel-apidoc-generator

Laravel API Documentation Generator
https://beyondco.de/docs/laravel-apidoc-generator/
MIT License
3.43k stars 614 forks source link

Set the options' language parameter to json in request body #790

Open albert-gee opened 4 years ago

albert-gee commented 4 years ago

The package generates JSON collections, where request body mode is set to row, but language isn't set. So, when we import collections, Postman sets body to raw "text". This pull request adds the "language" option set to "json".