Skip to content

Commit 94e3fd3

Browse files
committed
Fix reticulated type
1 parent 9268c62 commit 94e3fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/api/acme/post.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Acme
22
class Post < Grape::API
33
desc 'Creates a spline that can be reticulated.'
44
params do
5-
optional :reticulated, type: String, documentation: { param_type: 'body' }
5+
optional :reticulated, type: Boolean, documentation: { param_type: 'body' }
66
end
77
resource :spline do
88
post do

0 commit comments

Comments
 (0)