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

emojistring

Unicode emoji character for the group

namestring

New playlist group name

positioninteger

0-based position in the sidebar section (0 = top), counted across groups and ungrouped playlists

Example request

{
  "emoji": "📁",
  "name": "Growth"
}

Response

OK

Example response

{
  "group": {
    "emoji": "📁",
    "id": "pg_abc123def456",
    "name": "Marketing",
    "visibility": "personal"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.