We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3998d8 commit 877bc70Copy full SHA for 877bc70
src/Spec/Swagger2.php
@@ -238,6 +238,7 @@ public function getMethods($service)
238
$output['parameters']['query'][] = $param;
239
break;
240
case 'formData':
241
+ // $param['default'] = (is_array($param['default']) || $param['default'] instanceof stdClass) ? json_encode($param['default']) : $param['default'];
242
$output['parameters']['body'][] = $param;
243
244
case 'body':
0 commit comments