RAML with MultiPart
Lets build to build file upload with MultiPart, below is RAML RAML /testUpload: post: description: file upload to sftp headers: f ilePath: description: sftp file path type: string body: multipart/form-data: properties: fileName: description: file name type: string ...