fix: gracefully handle empty request bodies (via #4859)
This commit is contained in:
12
test/e2e-cypress/static/documents/bugs/4838.yaml
Normal file
12
test/e2e-cypress/static/documents/bugs/4838.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
openapi: "3.0.0"
|
||||
|
||||
paths:
|
||||
/some/route:
|
||||
post:
|
||||
description: This should be visible
|
||||
tags:
|
||||
- Some
|
||||
requestBody: {}
|
||||
responses:
|
||||
'200':
|
||||
description: Description
|
||||
Reference in New Issue
Block a user