Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    getPackagesUpdates

    Gets available package updates for currently installed packages

    Requires authentication as administrator

    getPackagesUpdates

    Request
    get /Packages/Updates
    Parameters
    Name In Type Default Notes
    *PackageType query

    Package type filter (System/UserInstalled)

    Responses
    Status Code Type Description Samples
    200 PackageVersionInfo []

    Operation successful. Returning a PackageVersionInfo[] object.

    400

    Bad Request. Server cannot process request.

    401

    Unauthorized. Client needs to authenticate.

    403

    Forbidden. No permission for the reqested operation.

    404

    Resource not found or unavailable.

    500

    Server error.

    Definitions

    PackageVersionInfo

    see also MediaBrowser.Model.Updates.PackageVersionInfo

    Name Type Notes
    name string

    The name.

    guid string

    The guid.

    versionStr string

    The version STR.

    classification PackageVersionClass

    Enum PackageVersionClass

    description string

    The description.

    requiredVersionStr string

    The required version STR.

    sourceUrl string

    The source URL.

    checksum string

    The source URL.

    targetFilename string

    The target filename.

    infoUrl string
    runtimes string
    timestamp string (date-time)

    PackageVersionClass

    see also MediaBrowser.Model.Updates.PackageVersionClass

    Enum Values
    • Release
    • Beta
    • Dev
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.