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

2.0 KiB

ResponseBody

Example Usage

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

let value: ResponseBody = {
    identifier: "tv.plex.sonos",
    baseURL: "https://sonos.plex.tv",
    title: "Sonos",
    linkURL: "https://sonos.plex.tv/link",
    provides: "client,player",
    token: "<value>",
};

Fields

Field Type Required Description Example
identifier string ✔️ N/A tv.plex.sonos
baseURL string ✔️ N/A https://sonos.plex.tv
title string ✔️ N/A Sonos
linkURL string ✔️ N/A https://sonos.plex.tv/link
provides string ✔️ N/A client,player
token string ✔️ The plex authtoken used to identify with