mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.6
This commit is contained in:
@@ -168,7 +168,10 @@ public class SDKMethodInterfaces {
|
||||
|
||||
public interface MethodCallGetServerResources {
|
||||
dev.plexapi.sdk.models.operations.GetServerResourcesResponse getServerResources(
|
||||
GetServerResourcesRequest request,
|
||||
Optional<String> xPlexClientIdentifier,
|
||||
Optional<? extends IncludeHttps> includeHttps,
|
||||
Optional<? extends IncludeRelay> includeRelay,
|
||||
Optional<? extends IncludeIPv6> includeIPv6,
|
||||
Optional<String> serverURL) throws Exception;
|
||||
}
|
||||
|
||||
@@ -404,9 +407,8 @@ public class SDKMethodInterfaces {
|
||||
}
|
||||
|
||||
|
||||
public interface MethodCallGetUserDetails {
|
||||
dev.plexapi.sdk.models.operations.GetUserDetailsResponse getUserDetails(
|
||||
String xPlexToken,
|
||||
public interface MethodCallGetTokenDetails {
|
||||
dev.plexapi.sdk.models.operations.GetTokenDetailsResponse getTokenDetails(
|
||||
Optional<String> serverURL) throws Exception;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user