From 4e827954fa0b730cf364e9b710cf5edba70342b5 Mon Sep 17 00:00:00 2001 From: JasonLandbridge Date: Fri, 27 Sep 2024 19:05:10 +0200 Subject: [PATCH] revert removal of enum, this has been resolved in C# SDK --- src/models/UserPlexAccount.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/UserPlexAccount.yaml b/src/models/UserPlexAccount.yaml index 64ae7f4b..3a54cdca 100644 --- a/src/models/UserPlexAccount.yaml +++ b/src/models/UserPlexAccount.yaml @@ -234,7 +234,7 @@ properties: mailingListStatus: description: Your current mailing list status (active or unsubscribed) type: string - example: subscribed + example: active enum: - active - unsubscribed