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
[ ] Regression
[ ] Bug report
[x ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
I'm submitting a...
Hi guys,
I have the following case:
Current behavior
So far, from what I've read,
swagger
does not support a custom param decorator so the described properties will not be indexed.If, instead
@FaramsFromHeaders() headers: ...
I would use@Headers() headers: ...
the properties would be indexed and documented.Expected behavior
There should be a way to add the custom decorators that swagger will "look into" and index those properties.
If there is a way already, please let me know, if not, could we implement one?
The text was updated successfully, but these errors were encountered: