yii2-swagger
yii2-swagger copied to clipboard
Swagger Documentation Generator for Yii2 Framework
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.