fix: UploadProblem json -> form-data
This commit is contained in:
parent
a0e07aab66
commit
91b7c68046
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ paths:
|
|||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
application/json:
|
||||
multipart/form-data:
|
||||
schema:
|
||||
$ref: '#/components/schemas/UploadProblemRequest'
|
||||
responses:
|
||||
|
|
Loading…
Add table
Reference in a new issue