Skip to main content

Library_BatchCreatePlaylistItems

Library_BatchCreatePlaylistItems

Path Parameters
  • user string required

    The user id.

  • playlist string required

    The playlist id.

Request Body required
  • parent string required

    The parent this playlist item belongs to.

  • item object[] required

    The playlist items to create.

    • name string required

      The id of the playlist.

    • resource string required

      The full resource name that identifies the resource.

    • createTime date-time

      The timestamp at which the playlist item was created.

Responses

OK

Schema
  • items object[] required

    The list of items added to the playlist

    • name string required

      The id of the playlist.

    • resource string required

      The full resource name that identifies the resource.

    • createTime date-time

      The timestamp at which the playlist item was created.