CustomTagsUpdateInput
No description
type CustomTagsUpdateInput {
libraryTrackId: ID!
customTags: [String!]!
}
Fields
libraryTrackId (ID!)
Library track ID which will be updated for the given custom tags.
customTags ([String!]!)
List of custom tags which gets added or updated to a library track. Permits custom tags with mutliple spaces. The overall characters should not exceed 3000.