using LukeHagar.PlexAPI.SDK;
using LukeHagar.PlexAPI.SDK.Models.Components;
var sdk = new PlexAPI(accessToken: "<YOUR_API_KEY_HERE>");
var res = await sdk.Log.EnablePaperTrailAsync();
// handle response
This response does not have an example.
This endpoint will enable all Plex Media Serverlogs to be sent to the Papertrail networked logging site for a period of time.
using LukeHagar.PlexAPI.SDK;
using LukeHagar.PlexAPI.SDK.Models.Components;
var sdk = new PlexAPI(accessToken: "<YOUR_API_KEY_HERE>");
var res = await sdk.Log.EnablePaperTrailAsync();
// handle response
This response does not have an example.
Plex Authentication Token
Papertrail enabled successfully