---
title: "Update plugin, acknowledging a changed privacy disclosure"
method: POST
path: "/api/plugin/{RepoName}/upgrade"
tags: ["plugin"]
---

# Update plugin, acknowledging a changed privacy disclosure

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

Same as GET, with a body. When the block the upgrade would land differs materially from the accepted one (see GET /api/plugin/{RepoName}/privacy) the upgrade is refused unless `privacyAccepted` matches that pending block; on success the block is recorded as accepted.

## Request body

- object
  - `privacyAccepted` object, nullable — The pending privacy block as shown to the operator, or null to acknowledge that the disclosure was removed.

## Response `200`

Plugin upgraded, or refused

- object

## Changes

- **2026-09-13** `cce5c6b943c8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/plugin/:RepoName/upgrade/post.md)

---

[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)
