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