# Checks for a possible upgrade Checks for a possible upgrade and returns an object describing the newest version and upgrade possibility. Endpoint: GET /syncthing/system/upgrade Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.latest` (string) - `data.majorNewer` (boolean) - `data.newer` (boolean) - `data.running` (string)