Repost a playlist to your profile.
OAuth access token
The playlist's numeric ID or URN
true if the repost was successful, false on failure
true
false
import { repostPlaylist } from 'soundcloud-api-ts';const success = await repostPlaylist(token, 789012); Copy
import { repostPlaylist } from 'soundcloud-api-ts';const success = await repostPlaylist(token, 789012);
https://developers.soundcloud.com/docs/api/explorer/open-api#/reposts/post_reposts_playlists__playlist_id_
Repost a playlist to your profile.