ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.541.2

This commit is contained in:
speakeasybot
2025-05-01 00:28:06 +00:00
parent 9ccab7b22d
commit 67a53e72d5
71 changed files with 1229 additions and 614 deletions

View File

@@ -196,6 +196,8 @@ namespace LukeHagar.PlexAPI.SDK.Utils
case "bearer":
headerParams.Add(key, Utilities.PrefixBearer(valStr));
break;
case "custom":
break;
default:
throw new Exception($"Unknown http subType: {schemeMetadata.SubType}");
}