removed enum string cause they were breaking the C# build

This commit is contained in:
JasonLandbridge
2024-09-26 23:50:46 +02:00
parent 4a2450b25e
commit f55fa4439a
2 changed files with 5 additions and 4 deletions

View File

@@ -101,6 +101,7 @@ properties:
- IPv6
properties:
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)
example: "http"
type: string

View File

@@ -232,10 +232,10 @@ properties:
description: If you are subscribed to the Plex newsletter
default: false
mailingListStatus:
description: Your current mailing list status
enum:
- active
- unsubscribed
# TODO - This should be an enum but there is a bug in the generator
description: Your current mailing list status (active or unsubscribed)
type: string
example: subscribed
maxHomeSize:
type: integer
description: The maximum number of accounts allowed in the Plex Home