# Add entity to playlist **POST /actions/playlists/{playlist_id}/add-entity** Atomically add a single entity to the given playlist. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **playlist_id** (string(uuid)) Playlist unique identifier ### Body: application/json (object) - **entity_id** (string(uuid)) Entity unique identifier to add to playlist - **preview_file_id** (string(uuid) | null) Optional preview file identifier associated to the entity ## Responses ### 200 Updated playlist #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)