mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
revert removal of enum, this has been resolved in C# SDK
This commit is contained in:
@@ -101,10 +101,12 @@ properties:
|
|||||||
- IPv6
|
- IPv6
|
||||||
properties:
|
properties:
|
||||||
protocol:
|
protocol:
|
||||||
# TODO - This should be an enum but there is a bug in the generator
|
|
||||||
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
|
||||||
|
|||||||
@@ -232,10 +232,12 @@ properties:
|
|||||||
description: If you are subscribed to the Plex newsletter
|
description: If you are subscribed to the Plex newsletter
|
||||||
default: false
|
default: false
|
||||||
mailingListStatus:
|
mailingListStatus:
|
||||||
# TODO - This should be an enum but there is a bug in the generator
|
|
||||||
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: subscribed
|
||||||
|
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