mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.529.1
This commit is contained in:
@@ -16,7 +16,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not to include details for a section (types, filters, and sorts). <br/>
|
||||
/// Whether or not to include details for a section (types, filters, and sorts).<br/>
|
||||
///
|
||||
/// <remarks>
|
||||
/// Only exists for backwards compatibility, media providers other than the server libraries have it on always.<br/>
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
using LukeHagar.PlexAPI.SDK.Utils;
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not to include details for a section (types, filters, and sorts). <br/>
|
||||
/// Whether or not to include details for a section (types, filters, and sorts).<br/>
|
||||
///
|
||||
/// <remarks>
|
||||
/// Only exists for backwards compatibility, media providers other than the server libraries have it on always.<br/>
|
||||
|
||||
@@ -12,13 +12,13 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
using LukeHagar.PlexAPI.SDK.Utils;
|
||||
|
||||
/// <summary>
|
||||
/// An integer log level to write to the PMS log with. <br/>
|
||||
/// An integer log level to write to the PMS log with.<br/>
|
||||
///
|
||||
/// <remarks>
|
||||
/// 0: Error <br/>
|
||||
/// 1: Warning <br/>
|
||||
/// 2: Info <br/>
|
||||
/// 3: Debug <br/>
|
||||
/// 0: Error<br/>
|
||||
/// 1: Warning<br/>
|
||||
/// 2: Info<br/>
|
||||
/// 3: Debug<br/>
|
||||
/// 4: Verbose<br/>
|
||||
///
|
||||
/// </remarks>
|
||||
|
||||
@@ -16,13 +16,13 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// An integer log level to write to the PMS log with. <br/>
|
||||
/// An integer log level to write to the PMS log with.<br/>
|
||||
///
|
||||
/// <remarks>
|
||||
/// 0: Error <br/>
|
||||
/// 1: Warning <br/>
|
||||
/// 2: Info <br/>
|
||||
/// 3: Debug <br/>
|
||||
/// 0: Error<br/>
|
||||
/// 1: Warning<br/>
|
||||
/// 2: Info<br/>
|
||||
/// 3: Debug<br/>
|
||||
/// 4: Verbose<br/>
|
||||
///
|
||||
/// </remarks>
|
||||
|
||||
@@ -12,11 +12,11 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
using LukeHagar.PlexAPI.SDK.Utils;
|
||||
|
||||
/// <summary>
|
||||
/// Force overwriting of duplicate playlists. <br/>
|
||||
/// Force overwriting of duplicate playlists.<br/>
|
||||
///
|
||||
/// <remarks>
|
||||
/// By default, a playlist file uploaded with the same path will overwrite the existing playlist. <br/>
|
||||
/// The `force` argument is used to disable overwriting. <br/>
|
||||
/// By default, a playlist file uploaded with the same path will overwrite the existing playlist.<br/>
|
||||
/// The `force` argument is used to disable overwriting.<br/>
|
||||
/// If the `force` argument is set to 0, a new playlist will be created suffixed with the date and time that the duplicate was uploaded.<br/>
|
||||
///
|
||||
/// </remarks>
|
||||
|
||||
@@ -16,13 +16,13 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// absolute path to a directory on the server where m3u files are stored, or the absolute path to a playlist file on the server. <br/>
|
||||
/// absolute path to a directory on the server where m3u files are stored, or the absolute path to a playlist file on the server.<br/>
|
||||
///
|
||||
/// <remarks>
|
||||
/// If the `path` argument is a directory, that path will be scanned for playlist files to be processed. <br/>
|
||||
/// Each file in that directory creates a separate playlist, with a name based on the filename of the file that created it. <br/>
|
||||
/// The GUID of each playlist is based on the filename. <br/>
|
||||
/// If the `path` argument is a file, that file will be used to create a new playlist, with the name based on the filename of the file that created it. <br/>
|
||||
/// If the `path` argument is a directory, that path will be scanned for playlist files to be processed.<br/>
|
||||
/// Each file in that directory creates a separate playlist, with a name based on the filename of the file that created it.<br/>
|
||||
/// The GUID of each playlist is based on the filename.<br/>
|
||||
/// If the `path` argument is a file, that file will be used to create a new playlist, with the name based on the filename of the file that created it.<br/>
|
||||
/// The GUID of each playlist is based on the filename.<br/>
|
||||
///
|
||||
/// </remarks>
|
||||
@@ -31,11 +31,11 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public string Path { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// Force overwriting of duplicate playlists. <br/>
|
||||
/// Force overwriting of duplicate playlists.<br/>
|
||||
///
|
||||
/// <remarks>
|
||||
/// By default, a playlist file uploaded with the same path will overwrite the existing playlist. <br/>
|
||||
/// The `force` argument is used to disable overwriting. <br/>
|
||||
/// By default, a playlist file uploaded with the same path will overwrite the existing playlist.<br/>
|
||||
/// The `force` argument is used to disable overwriting.<br/>
|
||||
/// If the `force` argument is set to 0, a new playlist will be created suffixed with the date and time that the duplicate was uploaded.<br/>
|
||||
///
|
||||
/// </remarks>
|
||||
|
||||
Reference in New Issue
Block a user