From ad88de25e34d810ce204e87cef013f4184ab524b Mon Sep 17 00:00:00 2001 From: "Sahiix@1" <221578902+sahiixx@users.noreply.github.com> Date: Thu, 2 Oct 2025 09:02:18 +0400 Subject: [PATCH] Update universal-ai-artifacts/openapi/openapi.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- universal-ai-artifacts/openapi/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universal-ai-artifacts/openapi/openapi.yaml b/universal-ai-artifacts/openapi/openapi.yaml index 01623be2..da13db69 100644 --- a/universal-ai-artifacts/openapi/openapi.yaml +++ b/universal-ai-artifacts/openapi/openapi.yaml @@ -741,7 +741,7 @@ components: TTSRequest: type: object - required: [text, voice, language, speed, format] + required: [text, voice, language, voice, language] properties: text: { type: string } voice: { type: string, example: neural }