Playlist Groups
Rename or reorder a playlist group
Rename a playlist group and/or move it to a position in its sidebar section (0 = top)
patch/v1/playlist-groups/{id}
Path parameters
idstring required
Unique playlist group identifier
Example:pg_abc123def456
Unique playlist group identifier
Request body
Example request
{
"emoji": "📁",
"name": "Growth"
}Response
OK
Example response
{
"group": {
"emoji": "📁",
"id": "pg_abc123def456",
"name": "Marketing",
"visibility": "personal"
}
}