mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
Adding Markdown to Sidebar
This commit is contained in:
@@ -5,33 +5,37 @@ Updates to the status can be observed via the Event API.
|
||||
|
||||
### Querying status of updates [GET /updater/status]
|
||||
|
||||
+ Response 200 (application/xml;charset=utf-8)
|
||||
- Response 200 (application/xml;charset=utf-8)
|
||||
|
||||
- Body
|
||||
|
||||
+ Body
|
||||
```xml
|
||||
<MediaContainer size="1" canInstall="0" autoUpdateVersion="1" checkedAt="1486011538" downloadURL="https://plex.tv/downloads/..." status="0">
|
||||
<Release key="https://plex.tv/updater/releases/121" version="1.3.4.3285-b46e0ea" added="(Web) Updated Plex Web to 2.12.9.
(Media Flags) Updated bundle to 2016-12-22 (#6033)" fixed="(DLNA) Crash browsing to certain photo library sections. (#5874)
(Streaming Brain) Certain videos might transcode instead even when enough bandwidth was available to direct play. (#6085) (#6216)" downloadURL="https://plex.tv/downloads/latest/..." state="notify" />
|
||||
<Release key="https://plex.tv/updater/releases/121" version="1.3.4.3285-b46e0ea" added="(Web) Updated Plex Web to 2.12.9.
(Media Flags) Updated bundle to 2016-12-22 (#6033)" fixed="(DLNA) Crash browsing to certain photo library sections. (#5874)
(Streaming Brain) Certain videos might transcode instead even when enough bandwidth was available to direct play. (#6085) (#6216)" downloadURL="https://plex.tv/downloads/latest/..." state="notify"/>
|
||||
</MediaContainer>
|
||||
```
|
||||
|
||||
### Checking for updates [PUT /updater/check]
|
||||
|
||||
+ Parameters
|
||||
+ download: `0` (bool, optional) - Indicate that you want to start download any updates found.
|
||||
- Parameters
|
||||
|
||||
+ Response 200
|
||||
- download: `0` (bool, optional) - Indicate that you want to start download any updates found.
|
||||
|
||||
- Response 200
|
||||
|
||||
### Applying updates [PUT /updater/apply{?tonight/skip}]
|
||||
|
||||
+ Parameters
|
||||
+ tonight: `1` (bool, optional) - Indicate that you want the update to run during the next Butler execution. Omitting this or setting it to false indicates that the update should install immediately.
|
||||
+ skip: `0` (bool, optional) - Indicate that the latest version should be marked as skipped. The <Release> entry for this version will have the `state` set to `skipped`.
|
||||
- Parameters
|
||||
- tonight: `1` (bool, optional) - Indicate that you want the update to run during the next Butler execution. Omitting this or setting it to false indicates that the update should install immediately.
|
||||
- skip: `0` (bool, optional) - Indicate that the latest version should be marked as skipped. The <Release/> entry for this version will have the `state` set to `skipped`.
|
||||
|
||||
Note that these two parameters are effectively mutually exclusive. The `tonight` parameter takes precedence and `skip` will be ignored if `tonight` is also passed.
|
||||
|
||||
+ Response 200
|
||||
- Response 200
|
||||
If the update process started correctly
|
||||
+ Body
|
||||
|
||||
+ Response 500
|
||||
- Body
|
||||
|
||||
- Response 500
|
||||
If the update process failed to start
|
||||
+ Body
|
||||
- Body
|
||||
|
||||
Reference in New Issue
Block a user