diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 2ce57dd8f..2712710ca 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -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: