I am trying to send multiple values (an array) (refer to on line 93 in spec ->... name: recipients[] ...)
The problem I am facing is the Swagger-ui call the endpoint
It looks like the way to specify this is to add collectionFormat: multi
- name: recipients[]
in: formData
description: Email addresses for recipients (multiple values allowed).
required: true
type: array
collectionFormat: multi
items:
type: string
Possible values from http://swagger.io/specification/ are: