Skip to content

Commit

Permalink
Update language param description
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol authored Nov 29, 2023
1 parent a447604 commit a834e93
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4825,7 +4825,7 @@ paths:

- This parameter **only accepts dashes for separators**, for example `fr-CA`. If you use a different separator in your request, the API returns an error.
- When the value in your request does not match any covered language, the API returns an error.
- This endpoint uses [Symfony](https://symfony.com) to reference the list of supported language tags. You can find the list of supported tags [here](https://github.com/symfony/symfony/blob/6.3/src/Symfony/Component/Intl/Resources/data/locales/meta.php).
- You can find the list of supported tags [here](https://docs.api.video/vod/add-captions#supported-caption-language-tags).
example: en
explode: false
in: path
Expand Down Expand Up @@ -5016,7 +5016,7 @@ paths:

- This parameter **only accepts dashes for separators**, for example `fr-CA`. If you use a different separator in your request, the API returns an error.
- When the value in your request does not match any covered language, the API returns an error.
- This endpoint uses [Symfony](https://symfony.com) to reference the list of supported language tags. You can find the list of supported tags [here](https://github.com/symfony/symfony/blob/6.3/src/Symfony/Component/Intl/Resources/data/locales/meta.php).
- You can find the list of supported tags [here](https://docs.api.video/vod/add-captions#supported-caption-language-tags).
example: en
explode: false
in: path
Expand Down Expand Up @@ -5229,7 +5229,7 @@ paths:

- This parameter **only accepts dashes for separators**, for example `fr-CA`. If you use a different separator in your request, the API returns an error.
- When the value in your request does not match any covered language, the API returns an error.
- This endpoint uses [Symfony](https://symfony.com) to reference the list of supported language tags. You can find the list of supported tags [here](https://github.com/symfony/symfony/blob/6.3/src/Symfony/Component/Intl/Resources/data/locales/meta.php).
- You can find the list of supported tags [here](https://docs.api.video/vod/add-captions#supported-caption-language-tags).
example: en
explode: false
in: path
Expand Down Expand Up @@ -5444,7 +5444,7 @@ paths:

- This parameter **only accepts dashes for separators**, for example `fr-CA`. If you use a different separator in your request, the API returns an error.
- When the value in your request does not match any covered language, the API returns an error.
- This endpoint uses [Symfony](https://symfony.com) to reference the list of supported language tags. You can find the list of supported tags [here](https://github.com/symfony/symfony/blob/6.3/src/Symfony/Component/Intl/Resources/data/locales/meta.php).
- You can find the list of supported tags [here](https://docs.api.video/vod/add-captions#supported-caption-language-tags).
example: en
explode: false
in: path
Expand Down
Loading

0 comments on commit a834e93

Please sign in to comment.