ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.166.0

This commit is contained in:
speakeasybot
2024-02-03 00:38:49 +00:00
parent 966fd34307
commit 0adfad227b
87 changed files with 1811 additions and 358 deletions

View File

@@ -77,6 +77,6 @@ namespace PlexAPI.Models.Requests
public int? Hidden { get; set; }
[JsonProperty("Location")]
public List<Location>? Location { get; set; }
public List<GetLibrariesLocation>? Location { get; set; }
}
}