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
29123fe901
commit
773d0b5008
@@ -8764,6 +8764,9 @@ paths:
|
|||||||
description: 'The protocol used for the connection (http, https, etc)'
|
description: 'The protocol used for the connection (http, https, etc)'
|
||||||
example: http
|
example: http
|
||||||
type: string
|
type: string
|
||||||
|
enum:
|
||||||
|
- http
|
||||||
|
- https
|
||||||
address:
|
address:
|
||||||
description: The (ip) address or domain name used for the connection
|
description: The (ip) address or domain name used for the connection
|
||||||
type: string
|
type: string
|
||||||
@@ -13947,7 +13950,10 @@ paths:
|
|||||||
mailingListStatus:
|
mailingListStatus:
|
||||||
description: Your current mailing list status (active or unsubscribed)
|
description: Your current mailing list status (active or unsubscribed)
|
||||||
type: string
|
type: string
|
||||||
example: subscribed
|
example: active
|
||||||
|
enum:
|
||||||
|
- active
|
||||||
|
- unsubscribed
|
||||||
maxHomeSize:
|
maxHomeSize:
|
||||||
type: integer
|
type: integer
|
||||||
description: The maximum number of accounts allowed in the Plex Home
|
description: The maximum number of accounts allowed in the Plex Home
|
||||||
@@ -14699,7 +14705,10 @@ paths:
|
|||||||
mailingListStatus:
|
mailingListStatus:
|
||||||
description: Your current mailing list status (active or unsubscribed)
|
description: Your current mailing list status (active or unsubscribed)
|
||||||
type: string
|
type: string
|
||||||
example: subscribed
|
example: active
|
||||||
|
enum:
|
||||||
|
- active
|
||||||
|
- unsubscribed
|
||||||
maxHomeSize:
|
maxHomeSize:
|
||||||
type: integer
|
type: integer
|
||||||
description: The maximum number of accounts allowed in the Plex Home
|
description: The maximum number of accounts allowed in the Plex Home
|
||||||
|
|||||||
Reference in New Issue
Block a user