added test and fixes for get-library-all

corrected get-media-meta-data response
This commit is contained in:
JasonLandbridge
2025-02-06 22:48:23 +01:00
parent 70e85b90e2
commit 457d3aa023
98 changed files with 80138 additions and 120 deletions

View File

@@ -0,0 +1,4 @@
name: includeAdvanced
in: query
schema:
$ref: "../models/common/PlexBoolean.yaml"

View File

@@ -0,0 +1,4 @@
name: includeCollections
in: query
schema:
$ref: "../models/common/PlexBoolean.yaml"

View File

@@ -0,0 +1,4 @@
name: includeExternalMedia
in: query
schema:
$ref: "../models/common/PlexBoolean.yaml"

View File

@@ -0,0 +1,6 @@
name: includeGuids
in: query
description: |
Adds the Guid object to the response
schema:
$ref: "../models/common/PlexBoolean.yaml"

View File

@@ -0,0 +1,6 @@
name: unwatchedLeaves
in: query
description: |
Adds the Meta object to the response
schema:
$ref: "../models/common/PlexBoolean.yaml"