Files
plexjs/docs/sdk/models/operations/updateplaylistrequest.md

987 B
Raw Blame History

UpdatePlaylistRequest

Example Usage

import { UpdatePlaylistRequest } from "@lukehagar/plexjs/sdk/models/operations";

let value: UpdatePlaylistRequest = {
  playlistID: 7308.56,
};

Fields

Field Type Required Description
playlistID number ✔️ the ID of the playlist
title string name of the playlist
summary string summary description of the playlist