Skip to content

Commit ba44f7f

Browse files
committed
more fixes for sdk
1 parent 577c2a4 commit ba44f7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

models/OpenAPI/Util.cfc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ component name="OpenAPIUtil" accessors="true" {
6868
{ "requestBody" : {
6969
"content" : {
7070

71-
}
71+
},
72+
"description" : "",
73+
"required" : false
7274
} },
7375
{
7476
"responses" : {

0 commit comments

Comments
 (0)