revert removal of enum, this has been resolved in C# SDK

This commit is contained in:
JasonLandbridge
2024-09-27 19:05:10 +02:00
parent cf52ea291f
commit 4e827954fa

View File

@@ -234,7 +234,7 @@ properties:
mailingListStatus:
description: Your current mailing list status (active or unsubscribed)
type: string
example: subscribed
example: active
enum:
- active
- unsubscribed