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
{{ message }}
This repository was archived by the owner on Sep 12, 2021. It is now read-only.
Support for a list of files in a multipart/form-data request (#2)
Please note that this is currently not specified and it may be the case that this changes in a future version of the specification.
An upload can be handled with the following definition:
- name: files
in: formData
description: Upload multiple files
required: true
type: array
items:
type: File
collectionFormat: multi
Relates to: OAI/OpenAPI-Specification#254
0 commit comments