Merge pull request #59 from LukeHagar/fixes2

This commit is contained in:
Jason Landbridge
2024-09-27 20:17:45 +02:00
committed by GitHub
2 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -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: 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