You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
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 think collection_query_whitelist would need to be added to the \ZF\Apigility\Documentation\Service generated by \ZF\Apigility\Documentation\ApiFactory::createService in zfcampus/zf-apigility-documentation, and \ZF\Apigility\Documentation\Swagger\Service::toArray would need to updated in this package to transform collection_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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: