Skip to content

Commit

Permalink
Merge pull request #471 from apivideo/update-response-example
Browse files Browse the repository at this point in the history
Add missing lines to response example
  • Loading branch information
bot-api-video authored Oct 30, 2024
2 parents 7f65b04 + 02328c6 commit 733ea2c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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: |
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 733ea2c

Please sign in to comment.