Fix request content type
This commit is contained in:
parent
d48404b48f
commit
5d968ce325
1 changed files with 2 additions and 2 deletions
|
@ -2725,7 +2725,7 @@ paths:
|
|||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
application/x-www-form-urlencoded:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -2779,7 +2779,7 @@ paths:
|
|||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
application/x-www-form-urlencoded:
|
||||
multipart/form-data:
|
||||
schema:
|
||||
$ref: '#/components/schemas/VideoStudioCreateTask'
|
||||
responses:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue