From 5d968ce325eabd9bd975d486d088360cd32ffac9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Jan 2025 14:42:36 +0100 Subject: [PATCH] Fix request content type --- support/doc/api/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: