Attempting to address "FutureWarning: Implicit (flask) JSON serialization" warning

This commit is contained in:
Aaron Louie 2020-03-16 13:24:15 -04:00
parent f742be3264
commit 7d31bc24eb
1 changed files with 3 additions and 0 deletions

View File

@ -443,11 +443,14 @@ paths:
content:
multipart/form-data:
schema:
x-body-name: file
type: object
properties:
file:
type: string
format: binary
required:
- file
responses:
'200':
description: Returns the actual file