Skip to content

Commit

Permalink
Merge pull request #427 from apivideo/Update-parameter-description
Browse files Browse the repository at this point in the history
Add missing parameter description
  • Loading branch information
bot-api-video authored Oct 9, 2024
2 parents 837761e + 468b194 commit 090201a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 090201a

Please sign in to comment.