INPUT_OBJECT
SetContentTagsInput
Update tags associated with CLIP, STREAM, or VOD with contentID.
link GraphQL Schema definition
1 input SetContentTagsInput { 4 2 # ID of the channel owning the content. 3 : ID! 7 5 # ID of content: Channel ID for Streams, Slugs for Clips, and VOD ids for VODs. 6 : ID! 10 8 # Type of content being returned. Can only be of values CLIP, STREAM, or VOD. 9 : ContentType! 13 11 # List of tag IDs to be replaced from the content. 12 : [ID!]! 14 }