Skip to content

Commit e9d9447

Browse files
CoolElvisLeFnord
authored andcommitted
Enum in MoveParams#property_keys (#630)
1 parent d2b9f67 commit e9d9447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grape-swagger/doc_methods/move_params.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def parse_model(ref)
198198
end
199199

200200
def property_keys
201-
%i[type format description minimum maximum items]
201+
%i[type format description minimum maximum items enum]
202202
end
203203

204204
def deletable?(param)

0 commit comments

Comments
 (0)