Attempting to address "FutureWarning: Implicit (flask) JSON serialization" warning
This commit is contained in:
parent
f742be3264
commit
7d31bc24eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue