Abdullah Abid

Results 3 comments of Abdullah Abid

Yes, this error message should be updated specifically when the request's body is passed null. This error message is so confusing instead of being helpful.

Try setting `type` property for `schema` i.e. ``` requestBody: required: true content: application/json: schema: type: object ``` I worked for my case though.