Atomically add a single entity to the given playlist.
POST
/actions/playlists/{playlist_id}/add-entity
curl \
--request POST 'http://api.example.com/actions/playlists/{playlist_id}/add-entity' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"entity_id":"string","preview_file_id":"string"}'
Request examples
{
"entity_id": "string",
"preview_file_id": "string"
}
Response examples (200)
{}