File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
src/Tqdev/PhpCrudApi/OpenApi Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9094,8 +9094,8 @@ public function __construct(OpenApiDefinition $openapi)
9094
9094
public function build () /*: void*/
9095
9095
{
9096
9096
$ this ->setPaths ();
9097
- $ this ->openapi ->set ("components|responses|boolSuccess |description " , "boolean indicating success or failure " );
9098
- $ this ->openapi ->set ("components|responses|boolSuccess |content|application/json|schema|type " , "boolean " );
9097
+ $ this ->openapi ->set ("components|responses|bool-success |description " , "boolean indicating success or failure " );
9098
+ $ this ->openapi ->set ("components|responses|bool-success |content|application/json|schema|type " , "boolean " );
9099
9099
$ this ->setComponentSchema ();
9100
9100
$ this ->setComponentResponse ();
9101
9101
$ this ->setComponentRequestBody ();
@@ -9147,7 +9147,7 @@ private function setPaths() /*: void*/
9147
9147
case 'create ' :
9148
9148
case 'update ' :
9149
9149
case 'delete ' :
9150
- $ this ->openapi ->set ("paths| $ path| $ method|responses|200| \$ref " , "#/components/responses/boolSuccess " );
9150
+ $ this ->openapi ->set ("paths| $ path| $ method|responses|200| \$ref " , "#/components/responses/bool-success " );
9151
9151
break ;
9152
9152
}
9153
9153
}
Original file line number Diff line number Diff line change @@ -9094,8 +9094,8 @@ public function __construct(OpenApiDefinition $openapi)
9094
9094
public function build () /*: void*/
9095
9095
{
9096
9096
$ this ->setPaths ();
9097
- $ this ->openapi ->set ("components|responses|boolSuccess |description " , "boolean indicating success or failure " );
9098
- $ this ->openapi ->set ("components|responses|boolSuccess |content|application/json|schema|type " , "boolean " );
9097
+ $ this ->openapi ->set ("components|responses|bool-success |description " , "boolean indicating success or failure " );
9098
+ $ this ->openapi ->set ("components|responses|bool-success |content|application/json|schema|type " , "boolean " );
9099
9099
$ this ->setComponentSchema ();
9100
9100
$ this ->setComponentResponse ();
9101
9101
$ this ->setComponentRequestBody ();
@@ -9147,7 +9147,7 @@ private function setPaths() /*: void*/
9147
9147
case 'create ' :
9148
9148
case 'update ' :
9149
9149
case 'delete ' :
9150
- $ this ->openapi ->set ("paths| $ path| $ method|responses|200| \$ref " , "#/components/responses/boolSuccess " );
9150
+ $ this ->openapi ->set ("paths| $ path| $ method|responses|200| \$ref " , "#/components/responses/bool-success " );
9151
9151
break ;
9152
9152
}
9153
9153
}
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ public function __construct(OpenApiDefinition $openapi)
33
33
public function build () /*: void*/
34
34
{
35
35
$ this ->setPaths ();
36
- $ this ->openapi ->set ("components|responses|boolSuccess |description " , "boolean indicating success or failure " );
37
- $ this ->openapi ->set ("components|responses|boolSuccess |content|application/json|schema|type " , "boolean " );
36
+ $ this ->openapi ->set ("components|responses|bool-success |description " , "boolean indicating success or failure " );
37
+ $ this ->openapi ->set ("components|responses|bool-success |content|application/json|schema|type " , "boolean " );
38
38
$ this ->setComponentSchema ();
39
39
$ this ->setComponentResponse ();
40
40
$ this ->setComponentRequestBody ();
@@ -86,7 +86,7 @@ private function setPaths() /*: void*/
86
86
case 'create ' :
87
87
case 'update ' :
88
88
case 'delete ' :
89
- $ this ->openapi ->set ("paths| $ path| $ method|responses|200| \$ref " , "#/components/responses/boolSuccess " );
89
+ $ this ->openapi ->set ("paths| $ path| $ method|responses|200| \$ref " , "#/components/responses/bool-success " );
90
90
break ;
91
91
}
92
92
}
You can’t perform that action at this time.
0 commit comments