xxxxxxxxxx
openapi: 3.0.0
servers:
- url: 'http://localhost:3300/api/v1'
info:
version: '1'
title: MULTI PART TEST - OAS3
paths:
/uploadImage:
post:
summary: upload image(s)
requestBody:
content:
multipart/form-data:
schema:
type: object
properties:
imageId:
description: ''
default: id
type: string
'images[]':
description: The list of files
type: array
items:
type: string
format: binary
responses:
'200':
description: ''