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 }