Create tags in video metadata (#157)

Reviewed-on: #157
This commit is contained in:
2025-02-03 16:43:25 -07:00
parent 365cbb5f70
commit c7ff615fe4
2 changed files with 9 additions and 0 deletions

View File

@@ -895,6 +895,12 @@ input VideoMetadataInput {
startTime: DateTime = null
endTime: DateTime = null
gameType: String = null
@deprecated(reason: "`game_type` is deprecated. Use `tags` instead.")
"""
A list of tags associated with the video. Replace `game_type`
"""
tags: [VideoTagInput!] = null
tableSize: Float = null
lastIntendedSegmentBound: Int = null
streamSegmentType: StreamSegmentTypeEnum = null