put https://api.fastpix.io/v1/on-demand/playlists/
This endpoint allows you to update the name and description of an existing playlist. It enables modifications to the playlist’s metadata without altering the media items or playlist structure.
How it works
- When a user sends a PUT request to this endpoint with the
playlistId
and updated name and description in the request body, FastPix updates the playlist metadata accordingly and returns the updated playlist details.
Example
An e-learning platform updates the playlist titled "Beginner Python Series" to rename it as "Python Basics" and add a more detailed description. The updated metadata is reflected when retrieving the playlist, helping users better understand the playlist content.