ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.513.4

This commit is contained in:
speakeasybot
2025-03-09 00:21:37 +00:00
parent 86c36c72b7
commit 653b23dab6
128 changed files with 1801 additions and 2087 deletions

View File

@@ -526,20 +526,6 @@ actions:
var res = await sdk.Media.GetThumbImageAsync(req);
// handle response
- target: $["paths"]["/library/onDeck"]["get"]
update:
x-codeSamples:
- lang: csharp
label: getOnDeck
source: |-
using LukeHagar.PlexAPI.SDK;
using LukeHagar.PlexAPI.SDK.Models.Components;
var sdk = new PlexAPI(accessToken: "<YOUR_API_KEY_HERE>");
var res = await sdk.Library.GetOnDeckAsync();
// handle response
- target: $["paths"]["/library/recentlyAdded"]["get"]
update: