Change Playlist Details

Go to Product

Change Playlist Details

Change a playlist's name and public/private state. (The user must, of course, own the playlist.)

Options

Playlist Id
The [Spotify ID](/documentation/web-api/#spotify-uris-and-ids) of the playlist.
Body

Request body which must comply to the following JSON Schema:

{
  "type" : "object",
  "properties" : {
    "name" : {
      "type" : "string",
      "description" : "The new name for the playlist, for example `\"My New Playlist Title\"`\n"
    },
    "public" : {
      "type" : "boolean",
      "description" : "If `true` the playlist will be public, if `false` it will be private.\n"
    },
    "collaborative" : {
      "type" : "boolean",
      "description" : "If `true`, the playlist will become collaborative and other users will be able to modify the playlist in their Spotify client. <br/>\n_**Note**: You can only set `collaborative` to `true` on non-public playlists._\n"
    },
    "description" : {
      "type" : "string",
      "description" : "Value for playlist description as displayed in Spotify Clients and in the Web API.\n"
    }
  },
  "additionalProperties" : true,
  "example" : {
    "name" : "Updated Playlist Name",
    "description" : "Updated playlist description",
    "public" : false
  }
}
Result Format
Specify how the response should be mapped to the table output. The following formats are available:
  • Raw Response: Returns the raw response in a single row with the following columns:
    • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.