Lucky::Action.query_param_declarations should include the full declaration #1796
Unanswered
watzon
asked this question in
Feature requests & Ideas
Replies: 1 comment
-
This happens here Line 452 in c12e50d Lines 34 to 37 in c12e50d |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems like currently the declarations listed in
Lucky::Action.query_param_declarations
don't include the full declaration signature, and instead only include the variable's name and type. I'm trying to fixlucky_swagger
and the one thing I'm missing right now is the ability to show the default value for parameters.Beta Was this translation helpful? Give feedback.
All reactions