Files
plexjs/docs/sdk/models/operations/updateplaylistrequest.md
2024-09-08 03:06:14 +00:00

989 B
Raw Blame History

UpdatePlaylistRequest

Example Usage

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

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

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