Update a playlist
Playlists
Update a playlist
Update a playlist’s name and/or description
PATCH
Update a playlist
Documentation Index
Fetch the complete documentation index at: https://tella.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key obtained from your Tella account settings
Path Parameters
Unique playlist identifier
Example:
"pl_abc123def456"
Body
application/json
Request body for updating a playlist. At least one field must be provided.
Playlist description
Maximum string length:
5000Example:
"Updated description for the playlist"
Access level
Available options:
public, private, password, embedonly Example:
"public"
Playlist name
Required string length:
1 - 255Example:
"Updated Playlist Name"
Password for viewing. Required when linkScope is 'password', ignored otherwise.
Required string length:
1 - 255Example:
"newpassword"
Allow search engine indexing
Example:
true
Response
OK
Detailed information about a playlist