Update a playlist by ID

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique id of the playlist you want to retrieve.

Body Params
string
required
Defaults to updated name

New name to the playlist.

string
required
Defaults to updated description

Updated description to the playlist.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json