ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.147.0

This commit is contained in:
speakeasybot
2024-01-19 17:27:33 +00:00
parent a2574b38a7
commit 9df2a4face
28 changed files with 232 additions and 46 deletions

View File

@@ -11,15 +11,14 @@
namespace PlexAPI.Models.Requests
{
using Newtonsoft.Json;
using System.Collections.Generic;
/// <summary>
/// Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
/// The details of the library
/// </summary>
public class GetLibraryResponseBody
{
[JsonProperty("errors")]
public List<GetLibraryErrors>? Errors { get; set; }
[JsonProperty("MediaContainer")]
public GetLibraryMediaContainer? MediaContainer { get; set; }
}
}