Files
plexjs/docs/models/operations/getupdatesstatusmediacontainer.md

3.7 KiB
Raw Permalink Blame History

GetUpdatesStatusMediaContainer

Example Usage

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

let value: GetUpdatesStatusMediaContainer = {};

Fields

Field Type Required Description
autoUpdateVersion number The version of the updater (currently 1)
canInstall boolean Indicates whether this install can be updated through these endpoints (typically only on MacOS and Windows)
checkedAt number The last time a check for updates was performed
downloadURL string The URL where the update is available
release operations.Release[] N/A
status number The current error code (0 means no error)