Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix video limitation in API reference #311

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/documentation/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Follow these best practices to secure your API keys:

## Limitation

Video upload (VOD) is limited in size and minutes. We support video upload for:
Video upload (VOD) is limited in size and minutes. We support upload for videos that are:

- Videos <10GB in size.
- Video that are <1440 minutes in length.
- at most 20 GiB in size.
- at most 1440 minutes in length.

## Pagination

Expand Down
2 changes: 1 addition & 1 deletion templates/nodejs/post-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ npm install
npm run prettier
cp ../../templates/common-resources/test-assets/* test/data
cp ../../templates/common-resources/CONTRIBUTING.md ./
rm post-generate.sh .openapi-generator-ignore
rm post-generate.sh .openapi-generator-ignore package-lock.json
Loading