Skip to main content

Library_CreatePlaylist

Library_CreatePlaylist

Path Parameters
  • user string required

    The user id.

Request Body required
  • parent string required

    The parent this playlist belongs to.

  • playlist object required
    • name string required

      The id of the playlist.

    • displayName string

      The display name of the playlist.

    • type enum required

      Possible values: [TYPE_UNSPECIFIED, LATER, LIKED, CUSTOM]

      The type of the playlist.

Responses

OK

Schema
  • name string required

    The id of the playlist.

  • displayName string

    The display name of the playlist.

  • type enum required

    Possible values: [TYPE_UNSPECIFIED, LATER, LIKED, CUSTOM]

    The type of the playlist.