mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2
This commit is contained in:
@@ -42,5 +42,11 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// </summary>
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=force")]
|
||||
public QueryParamForce Force { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// Possibly the section ID to upload the playlist to, we are not certain.
|
||||
/// </summary>
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=sectionID")]
|
||||
public long SectionID { get; set; } = 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user