We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f57cf commit 4c39b14Copy full SHA for 4c39b14
spec/swagger_v2/hide_api_spec.rb
@@ -16,7 +16,7 @@ class HideMountedApi < Grape::API
16
end
17
18
desc 'Hide this endpoint using route setting'
19
- route_setting :swagger, { hidden: true }
+ route_setting :swagger, hidden: true
20
get '/hide_as_well' do
21
{ foo: 'bar' }
22
0 commit comments