tornado-swagger
tornado-swagger copied to clipboard
how to ust file upload in swagger html??
post: tags: - pet summary: uploads an image operationId: uploadFile parameters: - name: petId in: path description: ID of pet to update required: true schema: type: integer format: int64 requestBody: content: multipart/form-data: schema: properties: additionalMetadata: type: string description: Additional data to pass to server file: type: string description: file to upload format: binary define like , i use post to upload a file, but generate the web , it not upload file button can you help me to solve it?
Look like issue in swagger-ui side.