From 468b1949d941b3c30b65736aba6c7f7ef96a1133 Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Wed, 9 Oct 2024 14:07:10 +0000 Subject: [PATCH] Add missing parameter description --- openapi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 77fe8ce..28d51c2 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -14735,9 +14735,9 @@ components: type: string description: Returns the language of a video in [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) format. You can set the language during video creation via the API, otherwise it is detected automatically. languageOrigin: + nullable: true type: string enum: [api, auto] - nullable: true description: |- Returns the origin of the last update on the video's `language` attribute. @@ -15761,6 +15761,7 @@ components: type: object properties: default: + description: Set this parameter to `true` to define a caption as the default for a video. type: boolean captions-list-response: title: VideoCaptions