Skip to content

Commit

Permalink
Fix request content type
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jan 28, 2025
1 parent d48404b commit 5d968ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/doc/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2725,7 +2725,7 @@ paths:
requestBody:
required: true
content:
application/x-www-form-urlencoded:
application/json:
schema:
type: object
properties:
Expand Down Expand Up @@ -2779,7 +2779,7 @@ paths:
requestBody:
required: true
content:
application/x-www-form-urlencoded:
multipart/form-data:
schema:
$ref: '#/components/schemas/VideoStudioCreateTask'
responses:
Expand Down

0 comments on commit 5d968ce

Please sign in to comment.