mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
build: dereferenced Plex Media Server API Spec updated
This commit is contained in:
committed by
github-actions[bot]
parent
99cdf1d346
commit
74b07b7588
@@ -2473,14 +2473,38 @@ paths:
|
|||||||
example: Return to Pandora.
|
example: Return to Pandora.
|
||||||
flattenSeasons:
|
flattenSeasons:
|
||||||
type: string
|
type: string
|
||||||
|
description: 'Setting that indicates if seasons are set to hidden for the show. (-1 = Library default, 0 = Hide, 1 = Show).'
|
||||||
enum:
|
enum:
|
||||||
|
- '-1'
|
||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
example: '1'
|
|
||||||
default: '0'
|
|
||||||
x-speakeasy-enums:
|
x-speakeasy-enums:
|
||||||
- false
|
- LIBRARY_DEFAULT
|
||||||
- true
|
- HIDE
|
||||||
|
- SHOW
|
||||||
|
example: '1'
|
||||||
|
episodeSort:
|
||||||
|
type: string
|
||||||
|
description: 'Setting that indicates how episodes are sorted for the show. (-1 = Library default, 0 = Oldest first, 1 = Newest first).'
|
||||||
|
enum:
|
||||||
|
- '-1'
|
||||||
|
- '0'
|
||||||
|
- '1'
|
||||||
|
x-speakeasy-enums:
|
||||||
|
- LIBRARY_DEFAULT
|
||||||
|
- OLDEST_FIRST
|
||||||
|
- NEWEST_FIRST
|
||||||
|
example: '0'
|
||||||
|
enableCreditsMarkerGeneration:
|
||||||
|
type: string
|
||||||
|
description: 'Setting that indicates if credits markers detection is enabled. (-1 = Library default, 0 = Disabled).'
|
||||||
|
enum:
|
||||||
|
- '-1'
|
||||||
|
- '0'
|
||||||
|
x-speakeasy-enums:
|
||||||
|
- LIBRARY_DEFAULT
|
||||||
|
- DISABLED
|
||||||
|
example: '-1'
|
||||||
showOrdering:
|
showOrdering:
|
||||||
type: string
|
type: string
|
||||||
description: |
|
description: |
|
||||||
@@ -5659,14 +5683,38 @@ paths:
|
|||||||
example: Return to Pandora.
|
example: Return to Pandora.
|
||||||
flattenSeasons:
|
flattenSeasons:
|
||||||
type: string
|
type: string
|
||||||
|
description: 'Setting that indicates if seasons are set to hidden for the show. (-1 = Library default, 0 = Hide, 1 = Show).'
|
||||||
enum:
|
enum:
|
||||||
|
- '-1'
|
||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
example: '1'
|
|
||||||
default: '0'
|
|
||||||
x-speakeasy-enums:
|
x-speakeasy-enums:
|
||||||
- false
|
- LIBRARY_DEFAULT
|
||||||
- true
|
- HIDE
|
||||||
|
- SHOW
|
||||||
|
example: '1'
|
||||||
|
episodeSort:
|
||||||
|
type: string
|
||||||
|
description: 'Setting that indicates how episodes are sorted for the show. (-1 = Library default, 0 = Oldest first, 1 = Newest first).'
|
||||||
|
enum:
|
||||||
|
- '-1'
|
||||||
|
- '0'
|
||||||
|
- '1'
|
||||||
|
x-speakeasy-enums:
|
||||||
|
- LIBRARY_DEFAULT
|
||||||
|
- OLDEST_FIRST
|
||||||
|
- NEWEST_FIRST
|
||||||
|
example: '0'
|
||||||
|
enableCreditsMarkerGeneration:
|
||||||
|
type: string
|
||||||
|
description: 'Setting that indicates if credits markers detection is enabled. (-1 = Library default, 0 = Disabled).'
|
||||||
|
enum:
|
||||||
|
- '-1'
|
||||||
|
- '0'
|
||||||
|
x-speakeasy-enums:
|
||||||
|
- LIBRARY_DEFAULT
|
||||||
|
- DISABLED
|
||||||
|
example: '-1'
|
||||||
showOrdering:
|
showOrdering:
|
||||||
type: string
|
type: string
|
||||||
description: |
|
description: |
|
||||||
@@ -7005,14 +7053,38 @@ paths:
|
|||||||
example: Return to Pandora.
|
example: Return to Pandora.
|
||||||
flattenSeasons:
|
flattenSeasons:
|
||||||
type: string
|
type: string
|
||||||
|
description: 'Setting that indicates if seasons are set to hidden for the show. (-1 = Library default, 0 = Hide, 1 = Show).'
|
||||||
enum:
|
enum:
|
||||||
|
- '-1'
|
||||||
- '0'
|
- '0'
|
||||||
- '1'
|
- '1'
|
||||||
example: '1'
|
|
||||||
default: '0'
|
|
||||||
x-speakeasy-enums:
|
x-speakeasy-enums:
|
||||||
- false
|
- LIBRARY_DEFAULT
|
||||||
- true
|
- HIDE
|
||||||
|
- SHOW
|
||||||
|
example: '1'
|
||||||
|
episodeSort:
|
||||||
|
type: string
|
||||||
|
description: 'Setting that indicates how episodes are sorted for the show. (-1 = Library default, 0 = Oldest first, 1 = Newest first).'
|
||||||
|
enum:
|
||||||
|
- '-1'
|
||||||
|
- '0'
|
||||||
|
- '1'
|
||||||
|
x-speakeasy-enums:
|
||||||
|
- LIBRARY_DEFAULT
|
||||||
|
- OLDEST_FIRST
|
||||||
|
- NEWEST_FIRST
|
||||||
|
example: '0'
|
||||||
|
enableCreditsMarkerGeneration:
|
||||||
|
type: string
|
||||||
|
description: 'Setting that indicates if credits markers detection is enabled. (-1 = Library default, 0 = Disabled).'
|
||||||
|
enum:
|
||||||
|
- '-1'
|
||||||
|
- '0'
|
||||||
|
x-speakeasy-enums:
|
||||||
|
- LIBRARY_DEFAULT
|
||||||
|
- DISABLED
|
||||||
|
example: '-1'
|
||||||
showOrdering:
|
showOrdering:
|
||||||
type: string
|
type: string
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
Reference in New Issue
Block a user