---
title: "Check plugin for updates"
method: POST
path: "/api/plugin/{RepoName}/updates"
tags: ["plugin"]
---

# Check plugin for updates

`POST /api/plugin/{RepoName}/updates`

Check plugin `{RepoName}` for available updates by running `git fetch` in the plugin directory and checking for any unmerged commits. Also reports `privacyChanged` (the block `…/upgrade` would land differs materially from the accepted one, or nothing is accepted) and `reinstallPrivacyChanged` (the same for the block a Reinstall would land: the versions[] branch and pin for this FPP, fetched here as well when it is not the checked-out branch).

## Response `200`

Update check result

- object

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/falconchristmas/apis/fpp-api/revisions/cce5c6b943c8?raw)
