Fix request content type

This commit is contained in:
Chocobozzz 2025-01-28 14:42:36 +01:00
parent d48404b48f
commit 5d968ce325
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -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: