yii2-swagger icon indicating copy to clipboard operation
yii2-swagger copied to clipboard

Swagger Documentation Generator for Yii2 Framework

Results 13 yii2-swagger issues
Sort by recently updated
recently updated
newest added

I tried following annotation for post request but the form in Swagger UI does not show up. /** * @SWG\Post(path="/admin/add", * tags={"Admin"}, * summary="Signup Admin", * @SWG\Response( * response =...

Have a problem. Bearer not write before key! ``` @SWG\SecurityScheme( securityDefinition="Bearer", type="apiKey", name="Authorization", in="header" ), ``` Result: `-H "Authorization: r6IesHXXyGqhePR_Rg3o5ULCbgn1eHMn"` but must be a `-H "Authorization: Bearer r6IesHXXyGqhePR_Rg3o5ULCbgn1eHMn"` Sorry for...

Is there any option to add to url ?clear-cache to erase cache? its not working now.