Favorite Playlist
POST/playlists/:playlist_id/favorites
Favorite 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
- application/json
Body
is_save_of_repost boolean
Set to true when favoriting a reposted item (used for notifications)
Responses
- 200
- 401
- 404
- 500
Playlist favorited successfully
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Whether the operation was successful
transaction_hash string
The blockchain transaction hash
{
"success": true,
"transaction_hash": "string"
}
Unauthorized
Playlist not found
Server error
Loading...