We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Maybe to be used like this:
expose :enum_one, documentation: { ..., values: [1, 2, 3] } expose :enum_two, documentation: { ..., values: Model.enum_twos.keys }
The text was updated successfully, but these errors were encountered:
#21 (comment)
Most likely, both entity fields and route params could use the same 4-column table (with Values col): https://github.com/ruby-grape/grape#values
To be addressed as part of this issue, but later.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Maybe to be used like this:
The text was updated successfully, but these errors were encountered: