Fix request content type
This commit is contained in:
parent
d48404b48f
commit
5d968ce325
|
@ -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…
Reference in New Issue