PUT
/
updater
/
check
using LukeHagar.PlexAPI.SDK;
using LukeHagar.PlexAPI.SDK.Models.Components;
using LukeHagar.PlexAPI.SDK.Models.Requests;

var sdk = new PlexAPI(accessToken: "<YOUR_API_KEY_HERE>");

var res = await sdk.Updater.CheckForUpdatesAsync(download: Download.One);

// handle response
This response does not have an example.

Authorizations

X-Plex-Token
string
header
required

Plex Authentication Token

Query Parameters

download
enum<integer>

Indicate that you want to start download any updates found.

Available options:
0,
1

Response

200
_mintlify/placeholder

The update check is started, if download is set to 1 and the system is able to update automatically, the update download will start.