You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would help if you could please post the request you're making or/and the stack for this error. I'll close this. Please use the Grape mailing list for questions.
Can you please post the stack for this error? Turn it into a speec?
I was trying to do something like this, but I keep getting Error: items is invalid. Any help is welcome
requires :items, type: Array do
requires :description, type: String, documentation: { desc: 'street', in: 'body' }
requires :quantity, type: String, documentation: { desc: 'street', in: 'body' }
requires :value, type: String, documentation: { desc: 'street', in: 'body' }
requires :weight, type: String, documentation: { desc: 'street', in: 'body' }
requires :hs_tariff_number, type: String, documentation: { desc: 'street', in: 'body' }
requires :origin_country, type: String, documentation: { desc: 'street', in: 'body' }
end
The text was updated successfully, but these errors were encountered: