From 773d0b5008fb995b3e8734ae2ca28f356e4e3b8a Mon Sep 17 00:00:00 2001 From: JasonLandbridge Date: Fri, 27 Sep 2024 18:18:06 +0000 Subject: [PATCH] build: dereferenced Plex Media Server API Spec updated --- output/plex-media-server-spec-dereferenced.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/output/plex-media-server-spec-dereferenced.yaml b/output/plex-media-server-spec-dereferenced.yaml index 02a1591e..8c98b4a6 100644 --- a/output/plex-media-server-spec-dereferenced.yaml +++ b/output/plex-media-server-spec-dereferenced.yaml @@ -8764,6 +8764,9 @@ paths: description: 'The protocol used for the connection (http, https, etc)' example: http type: string + enum: + - http + - https address: description: The (ip) address or domain name used for the connection type: string @@ -13947,7 +13950,10 @@ paths: mailingListStatus: description: Your current mailing list status (active or unsubscribed) type: string - example: subscribed + example: active + enum: + - active + - unsubscribed maxHomeSize: type: integer description: The maximum number of accounts allowed in the Plex Home @@ -14699,7 +14705,10 @@ paths: mailingListStatus: description: Your current mailing list status (active or unsubscribed) type: string - example: subscribed + example: active + enum: + - active + - unsubscribed maxHomeSize: type: integer description: The maximum number of accounts allowed in the Plex Home