Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request Body

None.

Response

Response

...

Key

...

Description

...

X-SL-StatusCode

...

Status code indicating the results of the request.

Learn more: HTTP Status Code Registry

Response Body

Code Block
{
  "response_map": {
    "config": "...",
    "pkgs": {
      "plex-rpm": {
        "comment": "...",
        "status": "...",
        "kind": "...",
        "signatures": {
          "md5": "..."
        },
        "pkg_file": "...",
        "driver": ...,
        "uri": "...",
        "version": "...",
        "compatible_version": "...",
        "create_time": "...",
        "_id": "..."
      },
      "plex-deb": {
        ...
      },
      "plex-win": {
        ...
      }
    }
  },
  "http_status_code": 200
}

...