Fix rubygems parameter annotation
What does this MR do and why?
Currently, some file_name
parameters are marked as file
type parameters even though they really are String
, causing gitlab-grape-swagger
OpenAPI doc generation to fail. This removes this error.
This is part of the OpenAPI v2 spec generation at #377941.
Edited by Eugene Lim