File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ def save_union_body_and_embedded_body(
2929 "paths" : {
3030 "/items/" : {
3131 "post" : {
32- "operationId" : "save_union_body_items__post " ,
32+ "operationId" : "save_union_body_and_embedded_body_items__post " ,
3333 "requestBody" : {
3434 "content" : {
3535 "application/json" : {
3636 "schema" : {
37- "$ref" : "#/components/schemas/body_save_union_body_items__post "
37+ "$ref" : "#/components/schemas/body_save_union_body_and_embedded_body_items__post "
3838 }
3939 }
4040 },
@@ -102,8 +102,8 @@ def save_union_body_and_embedded_body(
102102 "type" : {"title" : "Error Type" , "type" : "string" },
103103 },
104104 },
105- "body_save_union_body_items__post " : {
106- "title" : "body_save_union_body_items__post " ,
105+ "body_save_union_body_and_embedded_body_items__post " : {
106+ "title" : "body_save_union_body_and_embedded_body_items__post " ,
107107 "required" : ["item" ],
108108 "type" : "object" ,
109109 "properties" : {
You can’t perform that action at this time.
0 commit comments