I want to browse a file in RAML like the tool postman:
But when I write in RAML language is not support for that:
body:
multipart/form-data:
formParameters:
file:
description: The file to be uploaded
required: true
type: file
And It doesn't have button "Browse", so I don't know how to attach a file to endpoint: