Files
plex-docs/docs/plex-media-server/updater.tag.mdx
Luke Hagar 9e0c39c66b dev changes
2023-04-20 07:50:46 -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}/>
```