Skip to content

Commit

Permalink
Merge pull request #406 from apivideo/update-summary-request-attribut…
Browse files Browse the repository at this point in the history
…e-description

Add missing description
  • Loading branch information
szekelyzol authored Nov 8, 2024
2 parents 3bc2103 + 2653571 commit a6b7c2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oas_apivideo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16076,7 +16076,7 @@ components:
- The default value is `false`.
- If you define a video language using the `language` parameter, the API uses that language to summarize the video. If you do not define a language, the API detects it based on the video.
transcriptSummaryAttributes:
description: Use this parameter to define the elements of a summary that you want to generate. If you do not define this parameter, the API generates a full summary with all attributes.
description: Use this parameter to define the elements of a summary that you want to generate. If you do not define this parameter, the API generates a full summary with all attributes. The possible values are `abstract` and `takeaways`.
type: array
items:
type: string
Expand All @@ -16103,7 +16103,7 @@ components:
In this case, `sourceStatus` will return `missing`, and you have to manually add a summary using the `PATCH /summaries/{summaryId}/source` endpoint operation.
example: auto
attributes:
description: Use this parameter to define the elements of a summary that you want to generate. If you do not define this parameter, the API generates a full summary with all attributes.
description: Use this parameter to define the elements of a summary that you want to generate. If you do not define this parameter, the API generates a full summary with all attributes. The possible values are `abstract` and `takeaways`.
type: array
items:
type: string
Expand Down Expand Up @@ -16322,7 +16322,7 @@ components:
- The default value is `false`.
- If you define a video language using the `language` parameter, the API uses that language to summarize the video. If you do not define a language, the API detects it based on the video.
transcriptSummaryAttributes:
description: Use this parameter to define the elements of a summary that you want to generate. If you do not define this parameter, the API generates a full summary with all attributes.
description: Use this parameter to define the elements of a summary that you want to generate. If you do not define this parameter, the API generates a full summary with all attributes. The possible values are `abstract` and `takeaways`.
type: array
items:
type: string
Expand Down

0 comments on commit a6b7c2e

Please sign in to comment.