Skip to content

Commit ff61b34

Browse files
authored
Add missing description
1 parent 2ed5694 commit ff61b34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16076,7 +16076,7 @@ components:
1607616076
- The default value is `false`.
1607716077
- 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.
1607816078
transcriptSummaryAttributes:
16079-
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.
16079+
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`.
1608016080
type: array
1608116081
items:
1608216082
type: string
@@ -16103,7 +16103,7 @@ components:
1610316103
In this case, `sourceStatus` will return `missing`, and you have to manually add a summary using the `PATCH /summaries/{summaryId}/source` endpoint operation.
1610416104
example: auto
1610516105
attributes:
16106-
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.
16106+
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`.
1610716107
type: array
1610816108
items:
1610916109
type: string
@@ -16322,7 +16322,7 @@ components:
1632216322
- The default value is `false`.
1632316323
- 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.
1632416324
transcriptSummaryAttributes:
16325-
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.
16325+
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`.
1632616326
type: array
1632716327
items:
1632816328
type: string

0 commit comments

Comments
 (0)