mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.147.0
This commit is contained in:
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# https://help.github.com/articles/dealing-with-line-endings/
|
||||
#
|
||||
# Linux start script should use lf
|
||||
/gradlew text eol=lf
|
||||
|
||||
# These are Windows script files and should use crlf
|
||||
*.bat text eol=crlf
|
||||
|
||||
# This allows generated code to be indexed correctly
|
||||
*.java linguist-generated=false
|
||||
|
||||
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,15 +1,20 @@
|
||||
# Ignore Gradle project-specific cache directory
|
||||
.gradle
|
||||
# Ignore Gradle build output directory
|
||||
build
|
||||
bin/
|
||||
# Ignore IDE-specific configs
|
||||
.project
|
||||
.settings/
|
||||
.DS_Store
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
@@ -18,7 +23,6 @@
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
645
.speakeasy/gen.lock
Executable file
645
.speakeasy/gen.lock
Executable file
@@ -0,0 +1,645 @@
|
||||
lockVersion: 2.0.0
|
||||
id: 155ef0c3-f226-46c1-abd6-6c6a1ab9064b
|
||||
management:
|
||||
docChecksum: 45c73686e6dbe8c29b7e2857b6194ccf
|
||||
docVersion: 0.0.3
|
||||
speakeasyVersion: internal
|
||||
generationVersion: 2.237.2
|
||||
releaseVersion: 0.0.1
|
||||
configChecksum: cfcd9c6be9e728359ff59d668f19d4d3
|
||||
repoURL: https://github.com/LukeHagar/plexjava.git
|
||||
repoSubDirectory: .
|
||||
published: true
|
||||
features:
|
||||
java:
|
||||
core: 3.2.2
|
||||
flattening: 2.81.1
|
||||
globalSecurity: 2.81.2
|
||||
globalServerURLs: 2.82.1
|
||||
nameOverrides: 2.81.1
|
||||
generatedFiles:
|
||||
- lib/src/main/java/org/openapis/openapi/SDKConfiguration.java
|
||||
- lib/src/main/java/org/openapis/openapi/Server.java
|
||||
- lib/src/main/java/org/openapis/openapi/Media.java
|
||||
- lib/src/main/java/org/openapis/openapi/Activities.java
|
||||
- lib/src/main/java/org/openapis/openapi/Butler.java
|
||||
- lib/src/main/java/org/openapis/openapi/Hubs.java
|
||||
- lib/src/main/java/org/openapis/openapi/Search.java
|
||||
- lib/src/main/java/org/openapis/openapi/Library.java
|
||||
- lib/src/main/java/org/openapis/openapi/Log.java
|
||||
- lib/src/main/java/org/openapis/openapi/Playlists.java
|
||||
- lib/src/main/java/org/openapis/openapi/Security.java
|
||||
- lib/src/main/java/org/openapis/openapi/Sessions.java
|
||||
- lib/src/main/java/org/openapis/openapi/Updater.java
|
||||
- lib/src/main/java/org/openapis/openapi/Video.java
|
||||
- lib/src/main/java/org/openapis/openapi/PlexAPI.java
|
||||
- .gitattributes
|
||||
- gradle/wrapper/gradle-wrapper.jar
|
||||
- gradle/wrapper/gradle-wrapper.properties
|
||||
- gradlew
|
||||
- gradlew.bat
|
||||
- lib/build.gradle
|
||||
- lib/src/main/java/org/openapis/openapi/utils/DateTimeDeserializer.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/DateTimeSerializer.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/FormMetadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/HTTPClient.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/HTTPRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/HeaderMetadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/JSON.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/Metadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/MultipartFormMetadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/PathParamsMetadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/QueryParameters.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/QueryParamsMetadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/RequestBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/RequestMetadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/Security.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/SecurityMetadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/SerializedBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/SpeakeasyHTTPClient.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/SpeakeasyHTTPSecurityClient.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/SpeakeasyMetadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/Types.java
|
||||
- lib/src/main/java/org/openapis/openapi/utils/Utils.java
|
||||
- settings.gradle
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Errors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerCapabilitiesServerResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Directory.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/MediaContainer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerCapabilitiesResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerCapabilitiesResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerPreferencesErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerPreferencesResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerPreferencesResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetAvailableClientsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetAvailableClientsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Server.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetAvailableClientsMediaContainer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/ResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetAvailableClientsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetDevicesErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetDevicesServerResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Device.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetDevicesMediaContainer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetDevicesResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetDevicesResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerIdentityErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerIdentityServerResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerIdentityMediaContainer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerIdentityResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerIdentityResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMyPlexAccountErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMyPlexAccountServerResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/MyPlex.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMyPlexAccountResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMyPlexAccountResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/MinSize.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Upscale.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetResizedPhotoRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetResizedPhotoErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetResizedPhotoResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetResizedPhotoResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerListErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerListServerResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerListServer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerListMediaContainer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerListResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerListResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/MarkPlayedRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/MarkPlayedErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/MarkPlayedResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/MarkPlayedResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/MarkUnplayedRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/MarkUnplayedErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/MarkUnplayedResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/MarkUnplayedResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UpdatePlayProgressRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UpdatePlayProgressErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UpdatePlayProgressResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UpdatePlayProgressResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerActivitiesErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerActivitiesActivitiesResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Context.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Activity.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerActivitiesMediaContainer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerActivitiesResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetServerActivitiesResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CancelServerActivitiesRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CancelServerActivitiesErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CancelServerActivitiesResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CancelServerActivitiesResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetButlerTasksErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetButlerTasksButlerResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/ButlerTask.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/ButlerTasks.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetButlerTasksResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetButlerTasksResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StartAllTasksErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StartAllTasksResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StartAllTasksResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StopAllTasksErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StopAllTasksResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StopAllTasksResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/TaskName.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StartTaskRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StartTaskErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StartTaskResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StartTaskResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/PathParamTaskName.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StopTaskRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StopTaskErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StopTaskResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StopTaskResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/OnlyTransient.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetGlobalHubsRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetGlobalHubsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetGlobalHubsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetGlobalHubsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/QueryParamOnlyTransient.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryHubsRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryHubsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryHubsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryHubsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/PerformSearchRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/PerformSearchErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/PerformSearchResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/PerformSearchResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/PerformVoiceSearchRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/PerformVoiceSearchErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/PerformVoiceSearchResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/PerformVoiceSearchResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsSearchResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsPart.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsMedia.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsGenre.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsDirector.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsWriter.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsCountry.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsRole.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsMetadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Provider.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsMediaContainer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSearchResultsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetFileHashRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetFileHashErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetFileHashResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetFileHashResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetRecentlyAddedErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetRecentlyAddedLibraryResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Part.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Media.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Genre.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Director.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Writer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Country.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Role.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Metadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetRecentlyAddedMediaContainer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetRecentlyAddedResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetRecentlyAddedResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibrariesErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibrariesLibraryResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Location.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibrariesDirectory.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibrariesMediaContainer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibrariesResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibrariesResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/IncludeDetails.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/DeleteLibraryRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/DeleteLibraryErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/DeleteLibraryResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/DeleteLibraryResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryItemsRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryItemsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryItemsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLibraryItemsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/RefreshLibraryRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/RefreshLibraryErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/RefreshLibraryResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/RefreshLibraryResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLatestLibraryItemsRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLatestLibraryItemsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLatestLibraryItemsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetLatestLibraryItemsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetCommonLibraryItemsRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetCommonLibraryItemsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetCommonLibraryItemsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetCommonLibraryItemsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMetadataRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMetadataErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMetadataResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMetadataResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMetadataChildrenRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMetadataChildrenErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMetadataChildrenResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetMetadataChildrenResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetOnDeckErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetOnDeckLibraryResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Stream.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetOnDeckPart.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetOnDeckMedia.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Guids.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetOnDeckMetadata.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetOnDeckMediaContainer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetOnDeckResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetOnDeckResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Level.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/LogLineRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/LogLineErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/LogLineResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/LogLineResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/LogMultiLineErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/LogMultiLineResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/LogMultiLineResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/EnablePaperTrailErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/EnablePaperTrailResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/EnablePaperTrailResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Type.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Smart.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CreatePlaylistRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CreatePlaylistErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CreatePlaylistResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CreatePlaylistResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/PlaylistType.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/QueryParamSmart.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistsRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/DeletePlaylistRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/DeletePlaylistErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/DeletePlaylistResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/DeletePlaylistResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UpdatePlaylistRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UpdatePlaylistErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UpdatePlaylistResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UpdatePlaylistResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistContentsRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistContentsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistContentsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetPlaylistContentsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/ClearPlaylistContentsRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/ClearPlaylistContentsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/ClearPlaylistContentsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/ClearPlaylistContentsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/AddPlaylistContentsRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/AddPlaylistContentsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/AddPlaylistContentsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/AddPlaylistContentsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Force.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UploadPlaylistRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UploadPlaylistErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UploadPlaylistResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/UploadPlaylistResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/QueryParamType.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Scope.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTransientTokenRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTransientTokenErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTransientTokenResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTransientTokenResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSourceConnectionInformationRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSourceConnectionInformationErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSourceConnectionInformationResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSourceConnectionInformationResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSessionsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSessionsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSessionsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSessionHistoryErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSessionHistoryResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetSessionHistoryResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTranscodeSessionsErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTranscodeSessionsSessionsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/TranscodeSession.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTranscodeSessionsMediaContainer.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTranscodeSessionsResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTranscodeSessionsResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StopTranscodeSessionRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StopTranscodeSessionErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StopTranscodeSessionResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StopTranscodeSessionResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetUpdateStatusErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetUpdateStatusResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetUpdateStatusResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Download.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CheckForUpdatesRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CheckForUpdatesErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CheckForUpdatesResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/CheckForUpdatesResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Tonight.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/Skip.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/ApplyUpdatesRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/ApplyUpdatesErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/ApplyUpdatesResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/ApplyUpdatesResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StartUniversalTranscodeRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StartUniversalTranscodeErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StartUniversalTranscodeResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/StartUniversalTranscodeResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/State.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTimelineRequest.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTimelineErrors.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTimelineResponseBody.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/operations/GetTimelineResponse.java
|
||||
- lib/src/main/java/org/openapis/openapi/models/shared/Security.java
|
||||
- docs/models/operations/Errors.md
|
||||
- docs/models/operations/GetServerCapabilitiesServerResponseBody.md
|
||||
- docs/models/operations/Directory.md
|
||||
- docs/models/operations/MediaContainer.md
|
||||
- docs/models/operations/GetServerCapabilitiesResponseBody.md
|
||||
- docs/models/operations/GetServerCapabilitiesResponse.md
|
||||
- docs/models/operations/GetServerPreferencesErrors.md
|
||||
- docs/models/operations/GetServerPreferencesResponseBody.md
|
||||
- docs/models/operations/GetServerPreferencesResponse.md
|
||||
- docs/models/operations/GetAvailableClientsErrors.md
|
||||
- docs/models/operations/GetAvailableClientsResponseBody.md
|
||||
- docs/models/operations/Server.md
|
||||
- docs/models/operations/GetAvailableClientsMediaContainer.md
|
||||
- docs/models/operations/ResponseBody.md
|
||||
- docs/models/operations/GetAvailableClientsResponse.md
|
||||
- docs/models/operations/GetDevicesErrors.md
|
||||
- docs/models/operations/GetDevicesServerResponseBody.md
|
||||
- docs/models/operations/Device.md
|
||||
- docs/models/operations/GetDevicesMediaContainer.md
|
||||
- docs/models/operations/GetDevicesResponseBody.md
|
||||
- docs/models/operations/GetDevicesResponse.md
|
||||
- docs/models/operations/GetServerIdentityErrors.md
|
||||
- docs/models/operations/GetServerIdentityServerResponseBody.md
|
||||
- docs/models/operations/GetServerIdentityMediaContainer.md
|
||||
- docs/models/operations/GetServerIdentityResponseBody.md
|
||||
- docs/models/operations/GetServerIdentityResponse.md
|
||||
- docs/models/operations/GetMyPlexAccountErrors.md
|
||||
- docs/models/operations/GetMyPlexAccountServerResponseBody.md
|
||||
- docs/models/operations/MyPlex.md
|
||||
- docs/models/operations/GetMyPlexAccountResponseBody.md
|
||||
- docs/models/operations/GetMyPlexAccountResponse.md
|
||||
- docs/models/operations/MinSize.md
|
||||
- docs/models/operations/Upscale.md
|
||||
- docs/models/operations/GetResizedPhotoRequest.md
|
||||
- docs/models/operations/GetResizedPhotoErrors.md
|
||||
- docs/models/operations/GetResizedPhotoResponseBody.md
|
||||
- docs/models/operations/GetResizedPhotoResponse.md
|
||||
- docs/models/operations/GetServerListErrors.md
|
||||
- docs/models/operations/GetServerListServerResponseBody.md
|
||||
- docs/models/operations/GetServerListServer.md
|
||||
- docs/models/operations/GetServerListMediaContainer.md
|
||||
- docs/models/operations/GetServerListResponseBody.md
|
||||
- docs/models/operations/GetServerListResponse.md
|
||||
- docs/models/operations/MarkPlayedRequest.md
|
||||
- docs/models/operations/MarkPlayedErrors.md
|
||||
- docs/models/operations/MarkPlayedResponseBody.md
|
||||
- docs/models/operations/MarkPlayedResponse.md
|
||||
- docs/models/operations/MarkUnplayedRequest.md
|
||||
- docs/models/operations/MarkUnplayedErrors.md
|
||||
- docs/models/operations/MarkUnplayedResponseBody.md
|
||||
- docs/models/operations/MarkUnplayedResponse.md
|
||||
- docs/models/operations/UpdatePlayProgressRequest.md
|
||||
- docs/models/operations/UpdatePlayProgressErrors.md
|
||||
- docs/models/operations/UpdatePlayProgressResponseBody.md
|
||||
- docs/models/operations/UpdatePlayProgressResponse.md
|
||||
- docs/models/operations/GetServerActivitiesErrors.md
|
||||
- docs/models/operations/GetServerActivitiesActivitiesResponseBody.md
|
||||
- docs/models/operations/Context.md
|
||||
- docs/models/operations/Activity.md
|
||||
- docs/models/operations/GetServerActivitiesMediaContainer.md
|
||||
- docs/models/operations/GetServerActivitiesResponseBody.md
|
||||
- docs/models/operations/GetServerActivitiesResponse.md
|
||||
- docs/models/operations/CancelServerActivitiesRequest.md
|
||||
- docs/models/operations/CancelServerActivitiesErrors.md
|
||||
- docs/models/operations/CancelServerActivitiesResponseBody.md
|
||||
- docs/models/operations/CancelServerActivitiesResponse.md
|
||||
- docs/models/operations/GetButlerTasksErrors.md
|
||||
- docs/models/operations/GetButlerTasksButlerResponseBody.md
|
||||
- docs/models/operations/ButlerTask.md
|
||||
- docs/models/operations/ButlerTasks.md
|
||||
- docs/models/operations/GetButlerTasksResponseBody.md
|
||||
- docs/models/operations/GetButlerTasksResponse.md
|
||||
- docs/models/operations/StartAllTasksErrors.md
|
||||
- docs/models/operations/StartAllTasksResponseBody.md
|
||||
- docs/models/operations/StartAllTasksResponse.md
|
||||
- docs/models/operations/StopAllTasksErrors.md
|
||||
- docs/models/operations/StopAllTasksResponseBody.md
|
||||
- docs/models/operations/StopAllTasksResponse.md
|
||||
- docs/models/operations/TaskName.md
|
||||
- docs/models/operations/StartTaskRequest.md
|
||||
- docs/models/operations/StartTaskErrors.md
|
||||
- docs/models/operations/StartTaskResponseBody.md
|
||||
- docs/models/operations/StartTaskResponse.md
|
||||
- docs/models/operations/PathParamTaskName.md
|
||||
- docs/models/operations/StopTaskRequest.md
|
||||
- docs/models/operations/StopTaskErrors.md
|
||||
- docs/models/operations/StopTaskResponseBody.md
|
||||
- docs/models/operations/StopTaskResponse.md
|
||||
- docs/models/operations/OnlyTransient.md
|
||||
- docs/models/operations/GetGlobalHubsRequest.md
|
||||
- docs/models/operations/GetGlobalHubsErrors.md
|
||||
- docs/models/operations/GetGlobalHubsResponseBody.md
|
||||
- docs/models/operations/GetGlobalHubsResponse.md
|
||||
- docs/models/operations/QueryParamOnlyTransient.md
|
||||
- docs/models/operations/GetLibraryHubsRequest.md
|
||||
- docs/models/operations/GetLibraryHubsErrors.md
|
||||
- docs/models/operations/GetLibraryHubsResponseBody.md
|
||||
- docs/models/operations/GetLibraryHubsResponse.md
|
||||
- docs/models/operations/PerformSearchRequest.md
|
||||
- docs/models/operations/PerformSearchErrors.md
|
||||
- docs/models/operations/PerformSearchResponseBody.md
|
||||
- docs/models/operations/PerformSearchResponse.md
|
||||
- docs/models/operations/PerformVoiceSearchRequest.md
|
||||
- docs/models/operations/PerformVoiceSearchErrors.md
|
||||
- docs/models/operations/PerformVoiceSearchResponseBody.md
|
||||
- docs/models/operations/PerformVoiceSearchResponse.md
|
||||
- docs/models/operations/GetSearchResultsRequest.md
|
||||
- docs/models/operations/GetSearchResultsErrors.md
|
||||
- docs/models/operations/GetSearchResultsSearchResponseBody.md
|
||||
- docs/models/operations/GetSearchResultsPart.md
|
||||
- docs/models/operations/GetSearchResultsMedia.md
|
||||
- docs/models/operations/GetSearchResultsGenre.md
|
||||
- docs/models/operations/GetSearchResultsDirector.md
|
||||
- docs/models/operations/GetSearchResultsWriter.md
|
||||
- docs/models/operations/GetSearchResultsCountry.md
|
||||
- docs/models/operations/GetSearchResultsRole.md
|
||||
- docs/models/operations/GetSearchResultsMetadata.md
|
||||
- docs/models/operations/Provider.md
|
||||
- docs/models/operations/GetSearchResultsMediaContainer.md
|
||||
- docs/models/operations/GetSearchResultsResponseBody.md
|
||||
- docs/models/operations/GetSearchResultsResponse.md
|
||||
- docs/models/operations/GetFileHashRequest.md
|
||||
- docs/models/operations/GetFileHashErrors.md
|
||||
- docs/models/operations/GetFileHashResponseBody.md
|
||||
- docs/models/operations/GetFileHashResponse.md
|
||||
- docs/models/operations/GetRecentlyAddedErrors.md
|
||||
- docs/models/operations/GetRecentlyAddedLibraryResponseBody.md
|
||||
- docs/models/operations/Part.md
|
||||
- docs/models/operations/Media.md
|
||||
- docs/models/operations/Genre.md
|
||||
- docs/models/operations/Director.md
|
||||
- docs/models/operations/Writer.md
|
||||
- docs/models/operations/Country.md
|
||||
- docs/models/operations/Role.md
|
||||
- docs/models/operations/Metadata.md
|
||||
- docs/models/operations/GetRecentlyAddedMediaContainer.md
|
||||
- docs/models/operations/GetRecentlyAddedResponseBody.md
|
||||
- docs/models/operations/GetRecentlyAddedResponse.md
|
||||
- docs/models/operations/GetLibrariesErrors.md
|
||||
- docs/models/operations/GetLibrariesLibraryResponseBody.md
|
||||
- docs/models/operations/Location.md
|
||||
- docs/models/operations/GetLibrariesDirectory.md
|
||||
- docs/models/operations/GetLibrariesMediaContainer.md
|
||||
- docs/models/operations/GetLibrariesResponseBody.md
|
||||
- docs/models/operations/GetLibrariesResponse.md
|
||||
- docs/models/operations/IncludeDetails.md
|
||||
- docs/models/operations/GetLibraryRequest.md
|
||||
- docs/models/operations/GetLibraryErrors.md
|
||||
- docs/models/operations/GetLibraryResponseBody.md
|
||||
- docs/models/operations/GetLibraryResponse.md
|
||||
- docs/models/operations/DeleteLibraryRequest.md
|
||||
- docs/models/operations/DeleteLibraryErrors.md
|
||||
- docs/models/operations/DeleteLibraryResponseBody.md
|
||||
- docs/models/operations/DeleteLibraryResponse.md
|
||||
- docs/models/operations/GetLibraryItemsRequest.md
|
||||
- docs/models/operations/GetLibraryItemsErrors.md
|
||||
- docs/models/operations/GetLibraryItemsResponseBody.md
|
||||
- docs/models/operations/GetLibraryItemsResponse.md
|
||||
- docs/models/operations/RefreshLibraryRequest.md
|
||||
- docs/models/operations/RefreshLibraryErrors.md
|
||||
- docs/models/operations/RefreshLibraryResponseBody.md
|
||||
- docs/models/operations/RefreshLibraryResponse.md
|
||||
- docs/models/operations/GetLatestLibraryItemsRequest.md
|
||||
- docs/models/operations/GetLatestLibraryItemsErrors.md
|
||||
- docs/models/operations/GetLatestLibraryItemsResponseBody.md
|
||||
- docs/models/operations/GetLatestLibraryItemsResponse.md
|
||||
- docs/models/operations/GetCommonLibraryItemsRequest.md
|
||||
- docs/models/operations/GetCommonLibraryItemsErrors.md
|
||||
- docs/models/operations/GetCommonLibraryItemsResponseBody.md
|
||||
- docs/models/operations/GetCommonLibraryItemsResponse.md
|
||||
- docs/models/operations/GetMetadataRequest.md
|
||||
- docs/models/operations/GetMetadataErrors.md
|
||||
- docs/models/operations/GetMetadataResponseBody.md
|
||||
- docs/models/operations/GetMetadataResponse.md
|
||||
- docs/models/operations/GetMetadataChildrenRequest.md
|
||||
- docs/models/operations/GetMetadataChildrenErrors.md
|
||||
- docs/models/operations/GetMetadataChildrenResponseBody.md
|
||||
- docs/models/operations/GetMetadataChildrenResponse.md
|
||||
- docs/models/operations/GetOnDeckErrors.md
|
||||
- docs/models/operations/GetOnDeckLibraryResponseBody.md
|
||||
- docs/models/operations/Stream.md
|
||||
- docs/models/operations/GetOnDeckPart.md
|
||||
- docs/models/operations/GetOnDeckMedia.md
|
||||
- docs/models/operations/Guids.md
|
||||
- docs/models/operations/GetOnDeckMetadata.md
|
||||
- docs/models/operations/GetOnDeckMediaContainer.md
|
||||
- docs/models/operations/GetOnDeckResponseBody.md
|
||||
- docs/models/operations/GetOnDeckResponse.md
|
||||
- docs/models/operations/Level.md
|
||||
- docs/models/operations/LogLineRequest.md
|
||||
- docs/models/operations/LogLineErrors.md
|
||||
- docs/models/operations/LogLineResponseBody.md
|
||||
- docs/models/operations/LogLineResponse.md
|
||||
- docs/models/operations/LogMultiLineErrors.md
|
||||
- docs/models/operations/LogMultiLineResponseBody.md
|
||||
- docs/models/operations/LogMultiLineResponse.md
|
||||
- docs/models/operations/EnablePaperTrailErrors.md
|
||||
- docs/models/operations/EnablePaperTrailResponseBody.md
|
||||
- docs/models/operations/EnablePaperTrailResponse.md
|
||||
- docs/models/operations/Type.md
|
||||
- docs/models/operations/Smart.md
|
||||
- docs/models/operations/CreatePlaylistRequest.md
|
||||
- docs/models/operations/CreatePlaylistErrors.md
|
||||
- docs/models/operations/CreatePlaylistResponseBody.md
|
||||
- docs/models/operations/CreatePlaylistResponse.md
|
||||
- docs/models/operations/PlaylistType.md
|
||||
- docs/models/operations/QueryParamSmart.md
|
||||
- docs/models/operations/GetPlaylistsRequest.md
|
||||
- docs/models/operations/GetPlaylistsErrors.md
|
||||
- docs/models/operations/GetPlaylistsResponseBody.md
|
||||
- docs/models/operations/GetPlaylistsResponse.md
|
||||
- docs/models/operations/GetPlaylistRequest.md
|
||||
- docs/models/operations/GetPlaylistErrors.md
|
||||
- docs/models/operations/GetPlaylistResponseBody.md
|
||||
- docs/models/operations/GetPlaylistResponse.md
|
||||
- docs/models/operations/DeletePlaylistRequest.md
|
||||
- docs/models/operations/DeletePlaylistErrors.md
|
||||
- docs/models/operations/DeletePlaylistResponseBody.md
|
||||
- docs/models/operations/DeletePlaylistResponse.md
|
||||
- docs/models/operations/UpdatePlaylistRequest.md
|
||||
- docs/models/operations/UpdatePlaylistErrors.md
|
||||
- docs/models/operations/UpdatePlaylistResponseBody.md
|
||||
- docs/models/operations/UpdatePlaylistResponse.md
|
||||
- docs/models/operations/GetPlaylistContentsRequest.md
|
||||
- docs/models/operations/GetPlaylistContentsErrors.md
|
||||
- docs/models/operations/GetPlaylistContentsResponseBody.md
|
||||
- docs/models/operations/GetPlaylistContentsResponse.md
|
||||
- docs/models/operations/ClearPlaylistContentsRequest.md
|
||||
- docs/models/operations/ClearPlaylistContentsErrors.md
|
||||
- docs/models/operations/ClearPlaylistContentsResponseBody.md
|
||||
- docs/models/operations/ClearPlaylistContentsResponse.md
|
||||
- docs/models/operations/AddPlaylistContentsRequest.md
|
||||
- docs/models/operations/AddPlaylistContentsErrors.md
|
||||
- docs/models/operations/AddPlaylistContentsResponseBody.md
|
||||
- docs/models/operations/AddPlaylistContentsResponse.md
|
||||
- docs/models/operations/Force.md
|
||||
- docs/models/operations/UploadPlaylistRequest.md
|
||||
- docs/models/operations/UploadPlaylistErrors.md
|
||||
- docs/models/operations/UploadPlaylistResponseBody.md
|
||||
- docs/models/operations/UploadPlaylistResponse.md
|
||||
- docs/models/operations/QueryParamType.md
|
||||
- docs/models/operations/Scope.md
|
||||
- docs/models/operations/GetTransientTokenRequest.md
|
||||
- docs/models/operations/GetTransientTokenErrors.md
|
||||
- docs/models/operations/GetTransientTokenResponseBody.md
|
||||
- docs/models/operations/GetTransientTokenResponse.md
|
||||
- docs/models/operations/GetSourceConnectionInformationRequest.md
|
||||
- docs/models/operations/GetSourceConnectionInformationErrors.md
|
||||
- docs/models/operations/GetSourceConnectionInformationResponseBody.md
|
||||
- docs/models/operations/GetSourceConnectionInformationResponse.md
|
||||
- docs/models/operations/GetSessionsErrors.md
|
||||
- docs/models/operations/GetSessionsResponseBody.md
|
||||
- docs/models/operations/GetSessionsResponse.md
|
||||
- docs/models/operations/GetSessionHistoryErrors.md
|
||||
- docs/models/operations/GetSessionHistoryResponseBody.md
|
||||
- docs/models/operations/GetSessionHistoryResponse.md
|
||||
- docs/models/operations/GetTranscodeSessionsErrors.md
|
||||
- docs/models/operations/GetTranscodeSessionsSessionsResponseBody.md
|
||||
- docs/models/operations/TranscodeSession.md
|
||||
- docs/models/operations/GetTranscodeSessionsMediaContainer.md
|
||||
- docs/models/operations/GetTranscodeSessionsResponseBody.md
|
||||
- docs/models/operations/GetTranscodeSessionsResponse.md
|
||||
- docs/models/operations/StopTranscodeSessionRequest.md
|
||||
- docs/models/operations/StopTranscodeSessionErrors.md
|
||||
- docs/models/operations/StopTranscodeSessionResponseBody.md
|
||||
- docs/models/operations/StopTranscodeSessionResponse.md
|
||||
- docs/models/operations/GetUpdateStatusErrors.md
|
||||
- docs/models/operations/GetUpdateStatusResponseBody.md
|
||||
- docs/models/operations/GetUpdateStatusResponse.md
|
||||
- docs/models/operations/Download.md
|
||||
- docs/models/operations/CheckForUpdatesRequest.md
|
||||
- docs/models/operations/CheckForUpdatesErrors.md
|
||||
- docs/models/operations/CheckForUpdatesResponseBody.md
|
||||
- docs/models/operations/CheckForUpdatesResponse.md
|
||||
- docs/models/operations/Tonight.md
|
||||
- docs/models/operations/Skip.md
|
||||
- docs/models/operations/ApplyUpdatesRequest.md
|
||||
- docs/models/operations/ApplyUpdatesErrors.md
|
||||
- docs/models/operations/ApplyUpdatesResponseBody.md
|
||||
- docs/models/operations/ApplyUpdatesResponse.md
|
||||
- docs/models/operations/StartUniversalTranscodeRequest.md
|
||||
- docs/models/operations/StartUniversalTranscodeErrors.md
|
||||
- docs/models/operations/StartUniversalTranscodeResponseBody.md
|
||||
- docs/models/operations/StartUniversalTranscodeResponse.md
|
||||
- docs/models/operations/State.md
|
||||
- docs/models/operations/GetTimelineRequest.md
|
||||
- docs/models/operations/GetTimelineErrors.md
|
||||
- docs/models/operations/GetTimelineResponseBody.md
|
||||
- docs/models/operations/GetTimelineResponse.md
|
||||
- docs/models/shared/Security.md
|
||||
- USAGE.md
|
||||
34
README.md
34
README.md
@@ -130,3 +130,37 @@ To see what other functions this SDK is capable of, look inside `src/main/java/4
|
||||
|
||||
License: MIT. See license in LICENSE.
|
||||
|
||||
|
||||
<!-- No SDK Installation -->
|
||||
<!-- No SDK Example Usage -->
|
||||
<!-- No SDK Available Operations -->
|
||||
<!-- Start Server Selection [server] -->
|
||||
## Server Selection
|
||||
|
||||
## Server Selection
|
||||
|
||||
### Select Server by Index
|
||||
|
||||
You can override the default server globally using the `setServerIndex` option when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the indexes associated with the available servers:
|
||||
|
||||
| # | Server | Variables |
|
||||
| - | ------ | --------- |
|
||||
| 0 | `{protocol}://{ip}:{port}` | `0` (default is `http`), `1` (default is `10.10.10.47`), `2` (default is `32400`) |
|
||||
|
||||
|
||||
|
||||
#### Variables
|
||||
|
||||
Some of the server options above contain variables. If you want to set the values of those variables, the following options are provided for doing so:
|
||||
* `setZero ServerProtocol`
|
||||
* `setOne String`
|
||||
* `setTwo String`
|
||||
|
||||
### Override Server URL Per-Client
|
||||
|
||||
The default server can also be overridden globally using the `setServerURL` option when initializing the SDK client instance. For example:
|
||||
<!-- End Server Selection [server] -->
|
||||
|
||||
<!-- Placeholder for Future Speakeasy SDK Sections -->
|
||||
|
||||
|
||||
|
||||
9
RELEASES.md
Normal file
9
RELEASES.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## 2024-01-18 23:38:26
|
||||
### Changes
|
||||
Based on:
|
||||
- OpenAPI Doc 0.0.3
|
||||
- Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
|
||||
### Generated
|
||||
- [java v0.0.1] .
|
||||
30
USAGE.md
Normal file
30
USAGE.md
Normal file
@@ -0,0 +1,30 @@
|
||||
<!-- Start SDK Example Usage [usage] -->
|
||||
```java
|
||||
package hello.world;
|
||||
|
||||
import org.openapis.openapi.PlexAPI;
|
||||
import org.openapis.openapi.models.operations.GetServerCapabilitiesResponse;
|
||||
import org.openapis.openapi.models.shared.Security;
|
||||
|
||||
public class Application {
|
||||
public static void main(String[] args) {
|
||||
try {
|
||||
PlexAPI sdk = PlexAPI.builder()
|
||||
.setSecurity(new Security(
|
||||
"string"){{
|
||||
accessToken = "<YOUR_API_KEY_HERE>";
|
||||
}})
|
||||
.build();
|
||||
|
||||
org.openapis.openapi.models.operations.GetServerCapabilitiesResponse res = sdk.server.getServerCapabilities();
|
||||
|
||||
if (res.twoHundredApplicationJsonObject != null) {
|
||||
// handle response
|
||||
}
|
||||
} catch (Exception e) {
|
||||
// handle exception
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
<!-- End SDK Example Usage [usage] -->
|
||||
15
docs/models/operations/Activity.md
Normal file
15
docs/models/operations/Activity.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Activity
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
|
||||
| `uuid` | *String* | :heavy_minus_sign: | N/A |
|
||||
| `type` | *String* | :heavy_minus_sign: | N/A |
|
||||
| `cancellable` | *Boolean* | :heavy_minus_sign: | N/A |
|
||||
| `userID` | *Double* | :heavy_minus_sign: | N/A |
|
||||
| `title` | *String* | :heavy_minus_sign: | N/A |
|
||||
| `subtitle` | *String* | :heavy_minus_sign: | N/A |
|
||||
| `progress` | *Double* | :heavy_minus_sign: | N/A |
|
||||
| `context` | [org.openapis.openapi.models.operations.Context](../../models/operations/Context.md) | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/AddPlaylistContentsErrors.md
Normal file
10
docs/models/operations/AddPlaylistContentsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# AddPlaylistContentsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
10
docs/models/operations/AddPlaylistContentsRequest.md
Normal file
10
docs/models/operations/AddPlaylistContentsRequest.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# AddPlaylistContentsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `playlistID` | *Double* | :heavy_check_mark: | the ID of the playlist | |
|
||||
| `uri` | *String* | :heavy_check_mark: | the content URI for the playlist | library://.. |
|
||||
| `playQueueID` | *Double* | :heavy_check_mark: | the play queue to add to a playlist | 123 |
|
||||
11
docs/models/operations/AddPlaylistContentsResponse.md
Normal file
11
docs/models/operations/AddPlaylistContentsResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# AddPlaylistContentsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.AddPlaylistContentsResponseBody](../../models/operations/AddPlaylistContentsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/AddPlaylistContentsResponseBody.md
Normal file
10
docs/models/operations/AddPlaylistContentsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# AddPlaylistContentsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.AddPlaylistContentsErrors](../../models/operations/AddPlaylistContentsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/ApplyUpdatesErrors.md
Normal file
10
docs/models/operations/ApplyUpdatesErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# ApplyUpdatesErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
9
docs/models/operations/ApplyUpdatesRequest.md
Normal file
9
docs/models/operations/ApplyUpdatesRequest.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# ApplyUpdatesRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `tonight` | [org.openapis.openapi.models.operations.Tonight](../../models/operations/Tonight.md) | :heavy_minus_sign: | Indicate that you want the update to run during the next Butler execution. Omitting this or setting it to false indicates that the update should install |
|
||||
| `skip` | [org.openapis.openapi.models.operations.Skip](../../models/operations/Skip.md) | :heavy_minus_sign: | Indicate that the latest version should be marked as skipped. The <Release> entry for this version will have the `state` set to `skipped`. |
|
||||
11
docs/models/operations/ApplyUpdatesResponse.md
Normal file
11
docs/models/operations/ApplyUpdatesResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# ApplyUpdatesResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.ApplyUpdatesResponseBody](../../models/operations/ApplyUpdatesResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/ApplyUpdatesResponseBody.md
Normal file
10
docs/models/operations/ApplyUpdatesResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# ApplyUpdatesResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.ApplyUpdatesErrors](../../models/operations/ApplyUpdatesErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
13
docs/models/operations/ButlerTask.md
Normal file
13
docs/models/operations/ButlerTask.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# ButlerTask
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
|
||||
| `name` | *String* | :heavy_minus_sign: | N/A | BackupDatabase |
|
||||
| `interval` | *Double* | :heavy_minus_sign: | N/A | 3 |
|
||||
| `scheduleRandomized` | *Boolean* | :heavy_minus_sign: | N/A | |
|
||||
| `enabled` | *Boolean* | :heavy_minus_sign: | N/A | |
|
||||
| `title` | *String* | :heavy_minus_sign: | N/A | Backup Database |
|
||||
| `description` | *String* | :heavy_minus_sign: | N/A | Create a backup copy of the server's database in the configured backup directory |
|
||||
8
docs/models/operations/ButlerTasks.md
Normal file
8
docs/models/operations/ButlerTasks.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# ButlerTasks
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
|
||||
| `butlerTask` | List<[org.openapis.openapi.models.operations.ButlerTask](../../models/operations/ButlerTask.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/CancelServerActivitiesErrors.md
Normal file
10
docs/models/operations/CancelServerActivitiesErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CancelServerActivitiesErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
8
docs/models/operations/CancelServerActivitiesRequest.md
Normal file
8
docs/models/operations/CancelServerActivitiesRequest.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# CancelServerActivitiesRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
||||
| `activityUUID` | *String* | :heavy_check_mark: | The UUID of the activity to cancel. |
|
||||
11
docs/models/operations/CancelServerActivitiesResponse.md
Normal file
11
docs/models/operations/CancelServerActivitiesResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# CancelServerActivitiesResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.CancelServerActivitiesResponseBody](../../models/operations/CancelServerActivitiesResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/CancelServerActivitiesResponseBody.md
Normal file
10
docs/models/operations/CancelServerActivitiesResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CancelServerActivitiesResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.CancelServerActivitiesErrors](../../models/operations/CancelServerActivitiesErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/CheckForUpdatesErrors.md
Normal file
10
docs/models/operations/CheckForUpdatesErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CheckForUpdatesErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
8
docs/models/operations/CheckForUpdatesRequest.md
Normal file
8
docs/models/operations/CheckForUpdatesRequest.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# CheckForUpdatesRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
|
||||
| `download` | [org.openapis.openapi.models.operations.Download](../../models/operations/Download.md) | :heavy_minus_sign: | Indicate that you want to start download any updates found. |
|
||||
11
docs/models/operations/CheckForUpdatesResponse.md
Normal file
11
docs/models/operations/CheckForUpdatesResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# CheckForUpdatesResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.CheckForUpdatesResponseBody](../../models/operations/CheckForUpdatesResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/CheckForUpdatesResponseBody.md
Normal file
10
docs/models/operations/CheckForUpdatesResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CheckForUpdatesResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.CheckForUpdatesErrors](../../models/operations/CheckForUpdatesErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/ClearPlaylistContentsErrors.md
Normal file
10
docs/models/operations/ClearPlaylistContentsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# ClearPlaylistContentsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
8
docs/models/operations/ClearPlaylistContentsRequest.md
Normal file
8
docs/models/operations/ClearPlaylistContentsRequest.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# ClearPlaylistContentsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
|
||||
| `playlistID` | *Double* | :heavy_check_mark: | the ID of the playlist |
|
||||
11
docs/models/operations/ClearPlaylistContentsResponse.md
Normal file
11
docs/models/operations/ClearPlaylistContentsResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# ClearPlaylistContentsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.ClearPlaylistContentsResponseBody](../../models/operations/ClearPlaylistContentsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/ClearPlaylistContentsResponseBody.md
Normal file
10
docs/models/operations/ClearPlaylistContentsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# ClearPlaylistContentsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.ClearPlaylistContentsErrors](../../models/operations/ClearPlaylistContentsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
8
docs/models/operations/Context.md
Normal file
8
docs/models/operations/Context.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Context
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `librarySectionID` | *String* | :heavy_minus_sign: | N/A |
|
||||
8
docs/models/operations/Country.md
Normal file
8
docs/models/operations/Country.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Country
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------ | ------------------------ | ------------------------ | ------------------------ | ------------------------ |
|
||||
| `tag` | *String* | :heavy_minus_sign: | N/A | United States of America |
|
||||
10
docs/models/operations/CreatePlaylistErrors.md
Normal file
10
docs/models/operations/CreatePlaylistErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CreatePlaylistErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
12
docs/models/operations/CreatePlaylistRequest.md
Normal file
12
docs/models/operations/CreatePlaylistRequest.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# CreatePlaylistRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
|
||||
| `title` | *String* | :heavy_check_mark: | name of the playlist |
|
||||
| `type` | [org.openapis.openapi.models.operations.Type](../../models/operations/Type.md) | :heavy_check_mark: | type of playlist to create |
|
||||
| `smart` | [org.openapis.openapi.models.operations.Smart](../../models/operations/Smart.md) | :heavy_check_mark: | whether the playlist is smart or not |
|
||||
| `uri` | *String* | :heavy_minus_sign: | the content URI for the playlist |
|
||||
| `playQueueID` | *Double* | :heavy_minus_sign: | the play queue to copy to a playlist |
|
||||
11
docs/models/operations/CreatePlaylistResponse.md
Normal file
11
docs/models/operations/CreatePlaylistResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# CreatePlaylistResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.CreatePlaylistResponseBody](../../models/operations/CreatePlaylistResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/CreatePlaylistResponseBody.md
Normal file
10
docs/models/operations/CreatePlaylistResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CreatePlaylistResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.CreatePlaylistErrors](../../models/operations/CreatePlaylistErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/DeleteLibraryErrors.md
Normal file
10
docs/models/operations/DeleteLibraryErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# DeleteLibraryErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
8
docs/models/operations/DeleteLibraryRequest.md
Normal file
8
docs/models/operations/DeleteLibraryRequest.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# DeleteLibraryRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
|
||||
| `sectionId` | *Double* | :heavy_check_mark: | the Id of the library to query | 1000 |
|
||||
11
docs/models/operations/DeleteLibraryResponse.md
Normal file
11
docs/models/operations/DeleteLibraryResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# DeleteLibraryResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.DeleteLibraryResponseBody](../../models/operations/DeleteLibraryResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/DeleteLibraryResponseBody.md
Normal file
10
docs/models/operations/DeleteLibraryResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# DeleteLibraryResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.DeleteLibraryErrors](../../models/operations/DeleteLibraryErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/DeletePlaylistErrors.md
Normal file
10
docs/models/operations/DeletePlaylistErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# DeletePlaylistErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
8
docs/models/operations/DeletePlaylistRequest.md
Normal file
8
docs/models/operations/DeletePlaylistRequest.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# DeletePlaylistRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
|
||||
| `playlistID` | *Double* | :heavy_check_mark: | the ID of the playlist |
|
||||
11
docs/models/operations/DeletePlaylistResponse.md
Normal file
11
docs/models/operations/DeletePlaylistResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# DeletePlaylistResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.DeletePlaylistResponseBody](../../models/operations/DeletePlaylistResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/DeletePlaylistResponseBody.md
Normal file
10
docs/models/operations/DeletePlaylistResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# DeletePlaylistResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.DeletePlaylistErrors](../../models/operations/DeletePlaylistErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
12
docs/models/operations/Device.md
Normal file
12
docs/models/operations/Device.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Device
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `id` | *Double* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `name` | *String* | :heavy_minus_sign: | N/A | iPhone |
|
||||
| `platform` | *String* | :heavy_minus_sign: | N/A | iOS |
|
||||
| `clientIdentifier` | *String* | :heavy_minus_sign: | N/A | |
|
||||
| `createdAt` | *Double* | :heavy_minus_sign: | N/A | 1654131230 |
|
||||
8
docs/models/operations/Director.md
Normal file
8
docs/models/operations/Director.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Director
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `tag` | *String* | :heavy_minus_sign: | N/A | Peyton Reed |
|
||||
10
docs/models/operations/Directory.md
Normal file
10
docs/models/operations/Directory.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Directory
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `count` | *Double* | :heavy_minus_sign: | N/A |
|
||||
| `key` | *String* | :heavy_minus_sign: | N/A |
|
||||
| `title` | *String* | :heavy_minus_sign: | N/A |
|
||||
11
docs/models/operations/Download.md
Normal file
11
docs/models/operations/Download.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Download
|
||||
|
||||
Indicate that you want to start download any updates found.
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------ | ------ |
|
||||
| `ZERO` | 0 |
|
||||
| `ONE` | 1 |
|
||||
10
docs/models/operations/EnablePaperTrailErrors.md
Normal file
10
docs/models/operations/EnablePaperTrailErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# EnablePaperTrailErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
11
docs/models/operations/EnablePaperTrailResponse.md
Normal file
11
docs/models/operations/EnablePaperTrailResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# EnablePaperTrailResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.EnablePaperTrailResponseBody](../../models/operations/EnablePaperTrailResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/EnablePaperTrailResponseBody.md
Normal file
10
docs/models/operations/EnablePaperTrailResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# EnablePaperTrailResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.EnablePaperTrailErrors](../../models/operations/EnablePaperTrailErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/Errors.md
Normal file
10
docs/models/operations/Errors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Errors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
13
docs/models/operations/Force.md
Normal file
13
docs/models/operations/Force.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Force
|
||||
|
||||
force overwriting of duplicate playlists. By default, a playlist file uploaded with the same path will overwrite the existing playlist.
|
||||
The `force` argument is used to disable overwriting. If the `force` argument is set to 0, a new playlist will be created suffixed with the date and time that the duplicate was uploaded.
|
||||
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------ | ------ |
|
||||
| `ZERO` | 0 |
|
||||
| `ONE` | 1 |
|
||||
8
docs/models/operations/Genre.md
Normal file
8
docs/models/operations/Genre.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Genre
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `tag` | *String* | :heavy_minus_sign: | N/A | Comedy |
|
||||
10
docs/models/operations/GetAvailableClientsErrors.md
Normal file
10
docs/models/operations/GetAvailableClientsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetAvailableClientsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
@@ -0,0 +1,9 @@
|
||||
# GetAvailableClientsMediaContainer
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
|
||||
| `size` | *Double* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `server` | List<[org.openapis.openapi.models.operations.Server](../../models/operations/Server.md)> | :heavy_minus_sign: | N/A | |
|
||||
12
docs/models/operations/GetAvailableClientsResponse.md
Normal file
12
docs/models/operations/GetAvailableClientsResponse.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# GetAvailableClientsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `responseBodies` | List<[org.openapis.openapi.models.operations.ResponseBody](../../models/operations/ResponseBody.md)> | :heavy_minus_sign: | Available Clients |
|
||||
| `object` | [org.openapis.openapi.models.operations.GetAvailableClientsResponseBody](../../models/operations/GetAvailableClientsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/GetAvailableClientsResponseBody.md
Normal file
10
docs/models/operations/GetAvailableClientsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetAvailableClientsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.GetAvailableClientsErrors](../../models/operations/GetAvailableClientsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/GetButlerTasksButlerResponseBody.md
Normal file
10
docs/models/operations/GetButlerTasksButlerResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetButlerTasksButlerResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.GetButlerTasksErrors](../../models/operations/GetButlerTasksErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/GetButlerTasksErrors.md
Normal file
10
docs/models/operations/GetButlerTasksErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetButlerTasksErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
12
docs/models/operations/GetButlerTasksResponse.md
Normal file
12
docs/models/operations/GetButlerTasksResponse.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# GetButlerTasksResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `twoHundredApplicationJsonObject` | [org.openapis.openapi.models.operations.GetButlerTasksResponseBody](../../models/operations/GetButlerTasksResponseBody.md) | :heavy_minus_sign: | All butler tasks |
|
||||
| `fourHundredAndOneApplicationJsonObject` | [org.openapis.openapi.models.operations.GetButlerTasksButlerResponseBody](../../models/operations/GetButlerTasksButlerResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/GetButlerTasksResponseBody.md
Normal file
10
docs/models/operations/GetButlerTasksResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetButlerTasksResponseBody
|
||||
|
||||
All butler tasks
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
|
||||
| `butlerTasks` | [org.openapis.openapi.models.operations.ButlerTasks](../../models/operations/ButlerTasks.md) | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/GetCommonLibraryItemsErrors.md
Normal file
10
docs/models/operations/GetCommonLibraryItemsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetCommonLibraryItemsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
10
docs/models/operations/GetCommonLibraryItemsRequest.md
Normal file
10
docs/models/operations/GetCommonLibraryItemsRequest.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetCommonLibraryItemsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
|
||||
| `sectionId` | *Double* | :heavy_check_mark: | the Id of the library to query |
|
||||
| `type` | *Double* | :heavy_check_mark: | item type |
|
||||
| `filter` | *String* | :heavy_minus_sign: | the filter parameter |
|
||||
11
docs/models/operations/GetCommonLibraryItemsResponse.md
Normal file
11
docs/models/operations/GetCommonLibraryItemsResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetCommonLibraryItemsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.GetCommonLibraryItemsResponseBody](../../models/operations/GetCommonLibraryItemsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/GetCommonLibraryItemsResponseBody.md
Normal file
10
docs/models/operations/GetCommonLibraryItemsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetCommonLibraryItemsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.GetCommonLibraryItemsErrors](../../models/operations/GetCommonLibraryItemsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/GetDevicesErrors.md
Normal file
10
docs/models/operations/GetDevicesErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetDevicesErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
10
docs/models/operations/GetDevicesMediaContainer.md
Normal file
10
docs/models/operations/GetDevicesMediaContainer.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetDevicesMediaContainer
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
|
||||
| `size` | *Double* | :heavy_minus_sign: | N/A | 151 |
|
||||
| `identifier` | *String* | :heavy_minus_sign: | N/A | com.plexapp.system.devices |
|
||||
| `device` | List<[org.openapis.openapi.models.operations.Device](../../models/operations/Device.md)> | :heavy_minus_sign: | N/A | |
|
||||
12
docs/models/operations/GetDevicesResponse.md
Normal file
12
docs/models/operations/GetDevicesResponse.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# GetDevicesResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `twoHundredApplicationJsonObject` | [org.openapis.openapi.models.operations.GetDevicesResponseBody](../../models/operations/GetDevicesResponseBody.md) | :heavy_minus_sign: | Devices |
|
||||
| `fourHundredAndOneApplicationJsonObject` | [org.openapis.openapi.models.operations.GetDevicesServerResponseBody](../../models/operations/GetDevicesServerResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/GetDevicesResponseBody.md
Normal file
10
docs/models/operations/GetDevicesResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetDevicesResponseBody
|
||||
|
||||
Devices
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
|
||||
| `mediaContainer` | [org.openapis.openapi.models.operations.GetDevicesMediaContainer](../../models/operations/GetDevicesMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/GetDevicesServerResponseBody.md
Normal file
10
docs/models/operations/GetDevicesServerResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetDevicesServerResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.GetDevicesErrors](../../models/operations/GetDevicesErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/GetFileHashErrors.md
Normal file
10
docs/models/operations/GetFileHashErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetFileHashErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
9
docs/models/operations/GetFileHashRequest.md
Normal file
9
docs/models/operations/GetFileHashRequest.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetFileHashRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
|
||||
| `url` | *String* | :heavy_check_mark: | This is the path to the local file, must be prefixed by `file://` | file://C:\Image.png&type=13 |
|
||||
| `type` | *Double* | :heavy_minus_sign: | Item type | |
|
||||
11
docs/models/operations/GetFileHashResponse.md
Normal file
11
docs/models/operations/GetFileHashResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetFileHashResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.GetFileHashResponseBody](../../models/operations/GetFileHashResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/GetFileHashResponseBody.md
Normal file
10
docs/models/operations/GetFileHashResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetFileHashResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.GetFileHashErrors](../../models/operations/GetFileHashErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/GetGlobalHubsErrors.md
Normal file
10
docs/models/operations/GetGlobalHubsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetGlobalHubsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
9
docs/models/operations/GetGlobalHubsRequest.md
Normal file
9
docs/models/operations/GetGlobalHubsRequest.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetGlobalHubsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `count` | *Double* | :heavy_minus_sign: | The number of items to return with each hub. |
|
||||
| `onlyTransient` | [org.openapis.openapi.models.operations.OnlyTransient](../../models/operations/OnlyTransient.md) | :heavy_minus_sign: | Only return hubs which are "transient", meaning those which are prone to changing after media playback or addition (e.g. On Deck, or Recently Added). |
|
||||
11
docs/models/operations/GetGlobalHubsResponse.md
Normal file
11
docs/models/operations/GetGlobalHubsResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetGlobalHubsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.GetGlobalHubsResponseBody](../../models/operations/GetGlobalHubsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/GetGlobalHubsResponseBody.md
Normal file
10
docs/models/operations/GetGlobalHubsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetGlobalHubsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.GetGlobalHubsErrors](../../models/operations/GetGlobalHubsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/GetLatestLibraryItemsErrors.md
Normal file
10
docs/models/operations/GetLatestLibraryItemsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLatestLibraryItemsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
10
docs/models/operations/GetLatestLibraryItemsRequest.md
Normal file
10
docs/models/operations/GetLatestLibraryItemsRequest.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLatestLibraryItemsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
|
||||
| `sectionId` | *Double* | :heavy_check_mark: | the Id of the library to query |
|
||||
| `type` | *Double* | :heavy_check_mark: | item type |
|
||||
| `filter` | *String* | :heavy_minus_sign: | the filter parameter |
|
||||
11
docs/models/operations/GetLatestLibraryItemsResponse.md
Normal file
11
docs/models/operations/GetLatestLibraryItemsResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetLatestLibraryItemsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.GetLatestLibraryItemsResponseBody](../../models/operations/GetLatestLibraryItemsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/GetLatestLibraryItemsResponseBody.md
Normal file
10
docs/models/operations/GetLatestLibraryItemsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLatestLibraryItemsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.GetLatestLibraryItemsErrors](../../models/operations/GetLatestLibraryItemsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
28
docs/models/operations/GetLibrariesDirectory.md
Normal file
28
docs/models/operations/GetLibrariesDirectory.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# GetLibrariesDirectory
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
|
||||
| `allowSync` | *Boolean* | :heavy_minus_sign: | N/A | true |
|
||||
| `art` | *String* | :heavy_minus_sign: | N/A | /:/resources/movie-fanart.jpg |
|
||||
| `composite` | *String* | :heavy_minus_sign: | N/A | /library/sections/1/composite/1705615584 |
|
||||
| `filters` | *Boolean* | :heavy_minus_sign: | N/A | true |
|
||||
| `refreshing` | *Boolean* | :heavy_minus_sign: | N/A | false |
|
||||
| `thumb` | *String* | :heavy_minus_sign: | N/A | /:/resources/movie.png |
|
||||
| `key` | *String* | :heavy_minus_sign: | N/A | 1 |
|
||||
| `type` | *String* | :heavy_minus_sign: | N/A | movie |
|
||||
| `title` | *String* | :heavy_minus_sign: | N/A | Movies |
|
||||
| `agent` | *String* | :heavy_minus_sign: | N/A | tv.plex.agents.movie |
|
||||
| `scanner` | *String* | :heavy_minus_sign: | N/A | Plex Movie |
|
||||
| `language` | *String* | :heavy_minus_sign: | N/A | en-US |
|
||||
| `uuid` | *String* | :heavy_minus_sign: | N/A | 322a231a-b7f7-49f5-920f-14c61199cd30 |
|
||||
| `updatedAt` | *Integer* | :heavy_minus_sign: | N/A | 1705615634 |
|
||||
| `createdAt` | *Integer* | :heavy_minus_sign: | N/A | 1654131312 |
|
||||
| `scannedAt` | *Integer* | :heavy_minus_sign: | N/A | 1705615584 |
|
||||
| `content` | *Boolean* | :heavy_minus_sign: | N/A | true |
|
||||
| `directory` | *Boolean* | :heavy_minus_sign: | N/A | true |
|
||||
| `contentChangedAt` | *Integer* | :heavy_minus_sign: | N/A | 3192854 |
|
||||
| `hidden` | *Integer* | :heavy_minus_sign: | N/A | 0 |
|
||||
| `location` | List<[org.openapis.openapi.models.operations.Location](../../models/operations/Location.md)> | :heavy_minus_sign: | N/A | [{"id":1,"path":"/movies"}] |
|
||||
10
docs/models/operations/GetLibrariesErrors.md
Normal file
10
docs/models/operations/GetLibrariesErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibrariesErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
10
docs/models/operations/GetLibrariesLibraryResponseBody.md
Normal file
10
docs/models/operations/GetLibrariesLibraryResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibrariesLibraryResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.GetLibrariesErrors](../../models/operations/GetLibrariesErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
11
docs/models/operations/GetLibrariesMediaContainer.md
Normal file
11
docs/models/operations/GetLibrariesMediaContainer.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetLibrariesMediaContainer
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `size` | *Integer* | :heavy_minus_sign: | N/A | 5 |
|
||||
| `allowSync` | *Boolean* | :heavy_minus_sign: | N/A | false |
|
||||
| `title1` | *String* | :heavy_minus_sign: | N/A | Plex Library |
|
||||
| `directory` | List<[org.openapis.openapi.models.operations.GetLibrariesDirectory](../../models/operations/GetLibrariesDirectory.md)> | :heavy_minus_sign: | N/A | [{"Location":[{"id":1,"path":"/movies"}],"agent":"tv.plex.agents.movie","allowSync":true,"art":"/:/resources/movie-fanart.jpg","composite":"/library/sections/1/composite/1705615584","content":true,"contentChangedAt":3192854,"createdAt":1654131312,"directory":true,"filters":true,"hidden":0,"key":"1","language":"en-US","refreshing":false,"scannedAt":1705615584,"scanner":"Plex Movie","thumb":"/:/resources/movie.png","title":"Movies","type":"movie","updatedAt":1705615634,"uuid":"322a231a-b7f7-49f5-920f-14c61199cd30"}] |
|
||||
12
docs/models/operations/GetLibrariesResponse.md
Normal file
12
docs/models/operations/GetLibrariesResponse.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# GetLibrariesResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `twoHundredApplicationJsonObject` | [org.openapis.openapi.models.operations.GetLibrariesResponseBody](../../models/operations/GetLibrariesResponseBody.md) | :heavy_minus_sign: | The libraries available on the Server |
|
||||
| `fourHundredAndOneApplicationJsonObject` | [org.openapis.openapi.models.operations.GetLibrariesLibraryResponseBody](../../models/operations/GetLibrariesLibraryResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/GetLibrariesResponseBody.md
Normal file
10
docs/models/operations/GetLibrariesResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibrariesResponseBody
|
||||
|
||||
The libraries available on the Server
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `mediaContainer` | [org.openapis.openapi.models.operations.GetLibrariesMediaContainer](../../models/operations/GetLibrariesMediaContainer.md) | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/GetLibraryErrors.md
Normal file
10
docs/models/operations/GetLibraryErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
10
docs/models/operations/GetLibraryHubsErrors.md
Normal file
10
docs/models/operations/GetLibraryHubsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryHubsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
10
docs/models/operations/GetLibraryHubsRequest.md
Normal file
10
docs/models/operations/GetLibraryHubsRequest.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryHubsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `sectionId` | *Double* | :heavy_check_mark: | the Id of the library to query |
|
||||
| `count` | *Double* | :heavy_minus_sign: | The number of items to return with each hub. |
|
||||
| `onlyTransient` | [org.openapis.openapi.models.operations.QueryParamOnlyTransient](../../models/operations/QueryParamOnlyTransient.md) | :heavy_minus_sign: | Only return hubs which are "transient", meaning those which are prone to changing after media playback or addition (e.g. On Deck, or Recently Added). |
|
||||
11
docs/models/operations/GetLibraryHubsResponse.md
Normal file
11
docs/models/operations/GetLibraryHubsResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetLibraryHubsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.GetLibraryHubsResponseBody](../../models/operations/GetLibraryHubsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/GetLibraryHubsResponseBody.md
Normal file
10
docs/models/operations/GetLibraryHubsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryHubsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.GetLibraryHubsErrors](../../models/operations/GetLibraryHubsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/GetLibraryItemsErrors.md
Normal file
10
docs/models/operations/GetLibraryItemsErrors.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryItemsErrors
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
||||
| `code` | *Double* | :heavy_minus_sign: | N/A | 1001 |
|
||||
| `message` | *String* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
||||
| `status` | *Double* | :heavy_minus_sign: | N/A | 401 |
|
||||
10
docs/models/operations/GetLibraryItemsRequest.md
Normal file
10
docs/models/operations/GetLibraryItemsRequest.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryItemsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
|
||||
| `sectionId` | *Double* | :heavy_check_mark: | the Id of the library to query |
|
||||
| `type` | *Double* | :heavy_minus_sign: | item type |
|
||||
| `filter` | *String* | :heavy_minus_sign: | the filter parameter |
|
||||
11
docs/models/operations/GetLibraryItemsResponse.md
Normal file
11
docs/models/operations/GetLibraryItemsResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetLibraryItemsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.GetLibraryItemsResponseBody](../../models/operations/GetLibraryItemsResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/GetLibraryItemsResponseBody.md
Normal file
10
docs/models/operations/GetLibraryItemsResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryItemsResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.GetLibraryItemsErrors](../../models/operations/GetLibraryItemsErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
9
docs/models/operations/GetLibraryRequest.md
Normal file
9
docs/models/operations/GetLibraryRequest.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetLibraryRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `sectionId` | *Double* | :heavy_check_mark: | the Id of the library to query | 1000 |
|
||||
| `includeDetails` | [org.openapis.openapi.models.operations.IncludeDetails](../../models/operations/IncludeDetails.md) | :heavy_minus_sign: | Whether or not to include details for a section (types, filters, and sorts). <br/>Only exists for backwards compatibility, media providers other than the server libraries have it on always.<br/> | |
|
||||
11
docs/models/operations/GetLibraryResponse.md
Normal file
11
docs/models/operations/GetLibraryResponse.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetLibraryResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
|
||||
| `statusCode` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
|
||||
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `object` | [org.openapis.openapi.models.operations.GetLibraryResponseBody](../../models/operations/GetLibraryResponseBody.md) | :heavy_minus_sign: | Unauthorized - Returned if the X-Plex-Token is missing from the header or query. |
|
||||
10
docs/models/operations/GetLibraryResponseBody.md
Normal file
10
docs/models/operations/GetLibraryResponseBody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetLibraryResponseBody
|
||||
|
||||
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
|
||||
| `errors` | List<[org.openapis.openapi.models.operations.GetLibraryErrors](../../models/operations/GetLibraryErrors.md)> | :heavy_minus_sign: | N/A |
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user