-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add query params from collection whitelist #9
Comments
Hey guys, And maybe attach a method to decorate the final swagger doc from outside via SwaggerDecorator class for example. |
Hey guys
|
hi there,
i'd like to see my whitelisted collection params from
zf-rest.MyController.collection_query_whitelist
show up in the Swagger UI as form inputs. in order to do that, i thinkcollection_query_whitelist
would need to be added to the\ZF\Apigility\Documentation\Service
generated by\ZF\Apigility\Documentation\ApiFactory::createService
inzfcampus/zf-apigility-documentation
, and\ZF\Apigility\Documentation\Swagger\Service::toArray
would need to updated in this package to transformcollection_query_whitelist
into Swagger parameters.does this functionality already exist and i've misconfigured something? if not, and if this sounds like a useful addition then i'll get to work.
thanks!
Originally posted by @abacaphiliac at zfcampus/zf-apigility-documentation-swagger#30
The text was updated successfully, but these errors were encountered: