Skip to content

Commit

Permalink
Merge pull request #429 from apivideo/add-nullable-to-language-parameter
Browse files Browse the repository at this point in the history
Add nullable property
  • Loading branch information
bot-api-video authored Oct 9, 2024
2 parents 090201a + 5560d24 commit 2a74e3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15449,6 +15449,7 @@ components:
$ref: '#/components/schemas/video-watermark'
language:
type: string
nullable: true
enum: [ar, ca, cs, da, de, el, en, es, fa, fi, fr, he, hi, hr, hu, it, ja, ko, ml, nl, nn, no, pl, pt, ru, sk, sl, te, tr, uk, ur, vi, zh]
example: fr
description: |-
Expand Down Expand Up @@ -15547,6 +15548,7 @@ components:
$ref: '#/components/schemas/metadata'
language:
type: string
nullable: true
enum: [ar, ca, cs, da, de, el, en, es, fa, fi, fr, he, hi, hr, hu, it, ja, ko, ml, nl, nn, no, pl, pt, ru, sk, sl, te, tr, uk, ur, vi, zh]
example: fr
description: |-
Expand Down

0 comments on commit 2a74e3b

Please sign in to comment.