Skip to content

Commit 1b55e1e

Browse files
committed
request body only for certain things
1 parent ba44f7f commit 1b55e1e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

models/OpenAPI/Util.cfc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ component name="OpenAPIUtil" accessors="true" {
6565
{ "description" : "" },
6666
{ "operationId" : "" },
6767
{ "parameters" : [] },
68-
{ "requestBody" : {
69-
"content" : {
70-
71-
},
72-
"description" : "",
73-
"required" : false
74-
} },
7568
{
7669
"responses" : {
7770
"default": descMap

0 commit comments

Comments
 (0)