I am trying to send the following data in my api.description.yml:
parameters:
- name: "file"
in: "formData"
required: true
type: file
description: fileupload
consumes:
- multipart/form-data;
I am not certain about the process of sending file data in hooks or within the yml file. Any guidance on this would be appreciated.