mirror of
https://github.com/LukeHagar/plex-sdk-docs.git
synced 2025-12-07 20:47:48 +00:00
24 lines
680 B
Plaintext
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 />
|