Skip to content

Unable to use File Parameters with Grape::Extensions::Hash::ParamBuilder #2542

@Senchatay

Description

@Senchatay
params do
  build_with Grape::Extensions::Hash::ParamBuilder
  requires :avatar, type: File
end
post '/' do
  ...
end

Returns an error #<Grape::Exceptions::ValidationErrors: avatar is invalid> because:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions