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

Add subtitle in video creation payload #411

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 2 additions & 0 deletions config/java.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
changelog:
- 1.4.8 (2025-01-27):
- Add subtitle attribute in video creation payload
- 1.4.7 (2024-11-06):
- AI summary updates
- 1.4.6 (2024-11-04):
Expand Down
4 changes: 4 additions & 0 deletions oas_apivideo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16009,6 +16009,10 @@ components:
type: string
description: The title of your new video.
example: Maths video
subtitle:
type: string
description: A subtitle for your video.
example: A great subtitle.
description:
type: string
description: A brief description of your video.
Expand Down
Loading