Sonos Music API > renameContainer

Sonos uses renameContainer to rename a playlist. See Add playlists for details.

Request parameters

Name Type Description
id string(128) Unique ID of the playlist.
title string(128)* New title of the playlist.

* If a listener has an existing playlist created with your native client with a title greater than 128 characters, we allow the renamed title length to be equal to the length of the original title.

Response

None.

Sample request

Sample response