Skip to content

Fix rubygems parameter annotation

Eugene Lim requested to merge elim-ext-fix-rubygems-swagger-annotation into master

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

Merge request reports