Files
plex-sdk-docs/content/pages/01-reference/go/resources/updater/updater.mdx
2024-01-01 15:47:37 -06:00

24 lines
680 B
Plaintext

import GetUpdateStatus from "./get_update_status/get_update_status.mdx";
import CheckForUpdates from "./check_for_updates/check_for_updates.mdx";
import ApplyUpdates from "./apply_updates/apply_updates.mdx";
## Updater
This describes the API for searching and applying updates to the Plex Media Server.
Updates to the status can be observed via the Event API.
### Available Operations
* [Get Update Status](/go/updater/get_update_status) - Querying status of updates
* [Check For Updates](/go/updater/check_for_updates) - Checking for updates
* [Apply Updates](/go/updater/apply_updates) - Apply Updates
---
<GetUpdateStatus />
---
<CheckForUpdates />
---
<ApplyUpdates />