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.513.4
This commit is contained in:
@@ -98,7 +98,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// The release year of the media item.
|
||||
/// </summary>
|
||||
[JsonProperty("year")]
|
||||
public int Year { get; set; } = default!;
|
||||
public int? Year { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// A brief tagline for the media item.
|
||||
@@ -368,7 +368,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public List<GetAllMediaLibraryRole>? Role { get; set; }
|
||||
|
||||
[JsonProperty("Guid")]
|
||||
public List<Guids>? Guids { get; set; }
|
||||
public List<GetAllMediaLibraryGuids>? Guids { get; set; }
|
||||
|
||||
[JsonProperty("Collection")]
|
||||
public List<GetAllMediaLibraryCollection>? Collection { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user