Skip to main content

Repost Playlist

POST 

/playlists/:playlist_id/reposts

Repost a playlist

Request

Path Parameters

    playlist_id stringrequired

    A Playlist ID

Query Parameters

    user_id stringrequired

    The user ID of the user making the request

Body

    is_repost_of_repost boolean

    Set to true when reposting an item that was reposted (used for notifications)

Responses

Playlist reposted successfully

Schema

    success boolean

    Whether the operation was successful

    transaction_hash string

    The blockchain transaction hash

Loading...