mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
revert removal of enum, this has been resolved in C# SDK
This commit is contained in:
@@ -234,7 +234,7 @@ properties:
|
|||||||
mailingListStatus:
|
mailingListStatus:
|
||||||
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:
|
enum:
|
||||||
- active
|
- active
|
||||||
- unsubscribed
|
- unsubscribed
|
||||||
|
|||||||
Reference in New Issue
Block a user