From e9fb564b22b738e75fd8d40ae87bae4ecd976edb Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Tue, 29 Oct 2024 13:13:08 +0000 Subject: [PATCH] Add missing lines to response example --- api/openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/openapi.yaml b/api/openapi.yaml index 255d2ad..ee6593c 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -6143,6 +6143,7 @@ paths: title: Maths video description: An amazing video explaining the string theory language: en + languageOrigin: api public: false panoramic: false tags: @@ -15460,6 +15461,7 @@ components: 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. + example: en type: string languageOrigin: description: |- @@ -15470,6 +15472,7 @@ components: enum: - api - auto + example: api nullable: true type: string tags: