mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
added test and fixes for get-library-all
corrected get-media-meta-data response
This commit is contained in:
4
src/parameters/include-advanced.yaml
Normal file
4
src/parameters/include-advanced.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: includeAdvanced
|
||||
in: query
|
||||
schema:
|
||||
$ref: "../models/common/PlexBoolean.yaml"
|
||||
4
src/parameters/include-collections.yaml
Normal file
4
src/parameters/include-collections.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: includeCollections
|
||||
in: query
|
||||
schema:
|
||||
$ref: "../models/common/PlexBoolean.yaml"
|
||||
4
src/parameters/include-external-media.yaml
Normal file
4
src/parameters/include-external-media.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: includeExternalMedia
|
||||
in: query
|
||||
schema:
|
||||
$ref: "../models/common/PlexBoolean.yaml"
|
||||
6
src/parameters/include-guids.yaml
Normal file
6
src/parameters/include-guids.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: includeGuids
|
||||
in: query
|
||||
description: |
|
||||
Adds the Guid object to the response
|
||||
schema:
|
||||
$ref: "../models/common/PlexBoolean.yaml"
|
||||
6
src/parameters/unwatched-leaves.yaml
Normal file
6
src/parameters/unwatched-leaves.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: unwatchedLeaves
|
||||
in: query
|
||||
description: |
|
||||
Adds the Meta object to the response
|
||||
schema:
|
||||
$ref: "../models/common/PlexBoolean.yaml"
|
||||
Reference in New Issue
Block a user