Open pbelskiy opened 3 years ago
Hello! Thanks for package, but why application/json is default content type?
application/json
Could it be same as in responses package? - text/plain
responses
text/plain
JSON is de facto standard in API responses and most people deal with application/json way more than text/plain. I think it should stay as it is.
Hello! Thanks for package, but why
application/json
is default content type?Could it be same as in
responses
package? -text/plain