mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 04:20:40 +00:00
Updating PMS Spec
This commit is contained in:
@@ -2571,8 +2571,10 @@ paths:
|
|||||||
- integer
|
- integer
|
||||||
- string
|
- string
|
||||||
examples:
|
examples:
|
||||||
- 1
|
librarySectionID:
|
||||||
- watchlist
|
value: 1
|
||||||
|
providerSectionID:
|
||||||
|
value: watchlist
|
||||||
- name: tag
|
- name: tag
|
||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
@@ -2606,8 +2608,7 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
required: false
|
required: false
|
||||||
examples:
|
example: 1
|
||||||
- 1
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: The contents of the library by section and tag
|
description: The contents of the library by section and tag
|
||||||
@@ -3229,7 +3230,8 @@ paths:
|
|||||||
type: number
|
type: number
|
||||||
required: true
|
required: true
|
||||||
examples:
|
examples:
|
||||||
- 17
|
rating-key:
|
||||||
|
value: 17
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: The metadata of the library item.
|
description: The metadata of the library item.
|
||||||
@@ -3751,9 +3753,12 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
examples:
|
examples:
|
||||||
- Stream
|
include-stream:
|
||||||
- 'Stream,OtherItem'
|
value: Stream
|
||||||
- 'Stream,OtherItem,AnotherItem'
|
include-stream-otheritem:
|
||||||
|
value: 'Stream,OtherItem'
|
||||||
|
include-stream-otheritem-anotheritem:
|
||||||
|
value: 'Stream,OtherItem,AnotherItem'
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: The children of the library item.
|
description: The children of the library item.
|
||||||
@@ -3999,9 +4004,12 @@ paths:
|
|||||||
type: integer
|
type: integer
|
||||||
required: true
|
required: true
|
||||||
examples:
|
examples:
|
||||||
- 1
|
movies:
|
||||||
- 2
|
value: 1
|
||||||
- 3
|
shows:
|
||||||
|
value: 2
|
||||||
|
music:
|
||||||
|
value: 3
|
||||||
- name: includeGuids
|
- name: includeGuids
|
||||||
in: query
|
in: query
|
||||||
descriptions: |
|
descriptions: |
|
||||||
@@ -4009,8 +4017,7 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
required: false
|
required: false
|
||||||
examples:
|
example: 1
|
||||||
- 1
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: The metadata of the library item.
|
description: The metadata of the library item.
|
||||||
@@ -6734,7 +6741,7 @@ paths:
|
|||||||
description: Resource Statistics
|
description: Resource Statistics
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema: null
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
MediaContainer:
|
MediaContainer:
|
||||||
|
|||||||
Reference in New Issue
Block a user