-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support more options in desc block #1791
Support more options in desc block #1791
Conversation
…y`, `hidden`, `deprecated`, `is_array`, `nickname`,`produces`, `consumes`, `tags` options in desc block.
7858d71
to
89c4d2c
Compare
Rubocop needs a |
CHANGELOG.md
Outdated
@@ -3,6 +3,7 @@ | |||
#### Features | |||
|
|||
* Your contribution here. | |||
* [#1791](https://github.com/ruby-grape/grape/pull/1791): Support more options in desc block - [@darren987469](https://github.com/darren987469). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe quote desc
.
Are these just "more" options, all options, specific options? All kinds of specific options? I am nitpicking but "more" isn't telling me much.
f02aac2
to
b2f1fb2
Compare
b2f1fb2
to
ab66701
Compare
Thanks for the comments. I fixed. Please take a look again, thanks! |
Add real mime type in README. Add options documentation in `desc`.
Merged thanks! |
Fix #1789.
Support
summary
,hidden
,deprecated
,is_array
,nickname
,produces
,consumes
,tags
options in desc block.