From 02328c6c4372bd6614292a11145d8c968f18efa0 Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Tue, 29 Oct 2024 14:25:27 +0000 Subject: [PATCH] Add missing lines to response example --- openapi.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 027cb48..3530901 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6120,6 +6120,7 @@ paths: title: Maths video description: An amazing video explaining the string theory language: 'en' + languageOrigin: 'api' public: false panoramic: false tags: @@ -15138,6 +15139,7 @@ components: language: 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. + example: en languageOrigin: nullable: true type: string @@ -15147,6 +15149,7 @@ components: - `api` means that the last update was requested from the API. - `auto` means that the last update was done automatically by the API. + example: api tags: type: array description: | @@ -17042,7 +17045,7 @@ x-webhooks: properties: type: type: string - description: The name of the webhook event that occured. + description: The name of the webhook event that occurred. example: live-stream.broadcast.started emittedAt: description: Returns the date-time when the webhook event occurred. @@ -17085,7 +17088,7 @@ x-webhooks: properties: type: type: string - description: The name of the webhook event that occured. + description: The name of the webhook event that occurred. example: live-stream.broadcast.ended emittedAt: description: Returns the date-time when the webhook event occurred. @@ -17128,7 +17131,7 @@ x-webhooks: properties: type: type: string - description: The name of the webhook event that occured. + description: The name of the webhook event that occurred. example: video.source.recorded emittedAt: description: Returns the date-time when the webhook event occurred. @@ -17175,7 +17178,7 @@ x-webhooks: properties: type: type: string - description: The name of the webhook event that occured. + description: The name of the webhook event that occurred. example: video.encoding.quality.completed emittedAt: description: Returns the date-time when the webhook event occurred.