mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user