forked from cebe/yii2-openapi
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Resolve below TODO:
File: src/lib/items/RouteData.php::init()
L192
$this->params[$paramName] = [
//@TODO: use only required params
//'required'=> $pathParameters[$paramName]->required,
'type' => $pathParameters[$paramName]->schema->type ?? null,
//'model' => $additional ? SchemaResponseResolver::guessModelByRef($additional) : null,
];
Part of #10
and
Part of cebe#180
Metadata
Metadata
Assignees
Labels
No labels