Change a user role (any of TrackOriginDictionary.code)

/**
* Method allows you to change the type of track to a type from the dictionary.
* See also [getTrackOriginDict]
*
* @param trackToken Track Id
* @param newCode    New track type code from track origin dictionary.
*/fun *changeTrackOrigin(trackToken: String, newCode: String)

Last updated