Files
plex-docs/docs/plex/updater.tag.mdx
luke-hagar-sp bf35f93c65 initial commit
2023-03-27 12:20:26 -05:00

22 lines
430 B
Plaintext

---
id: updater
title: "Updater"
description: "Updater"
custom_edit_url: null
---
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.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```