mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.541.2
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user