mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.513.2
This commit is contained in:
@@ -215,7 +215,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public string? SubscriptionDescription { get; set; }
|
||||
|
||||
[JsonProperty("subscriptions")]
|
||||
public List<GetTokenDetailsSubscription> Subscriptions { get; set; } = default!;
|
||||
public List<GetTokenDetailsSubscription>? Subscriptions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// URL of the account thumbnail
|
||||
|
||||
@@ -215,7 +215,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public string? SubscriptionDescription { get; set; }
|
||||
|
||||
[JsonProperty("subscriptions")]
|
||||
public List<PostUsersSignInDataAuthenticationSubscription> Subscriptions { get; set; } = default!;
|
||||
public List<PostUsersSignInDataAuthenticationSubscription>? Subscriptions { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// URL of the account thumbnail
|
||||
|
||||
Reference in New Issue
Block a user