Manager

Get current manager release

Get the current stable manager release.

get/v5/manager

Response

The latest manager release.

versionstring required
created_atstring date-time required
descriptionstring required
download_urlstring uri required
signature_download_urlstring uri nullable

Example response

{
  "version": "v4.0.0",
  "created_at": "1970-01-01T00:00:00.000Z",
  "description": "Release notes markdown here...",
  "download_url": "https://github.com/revanced/revanced-patches/releases/download/v4.0.0/patches-4.0.0.rvp",
  "signature_download_url": "https://github.com/revanced/revanced-patches/releases/download/v4.0.0/patches-4.0.0.rvp.asc"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.