Skip to content

Commit

Permalink
Remove obsolete subscriber disabled status from docs. Closes #1793.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Apr 1, 2024
1 parent 7bf9481 commit d5cfaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/content/apis/subscribers.md
Expand Up @@ -194,7 +194,7 @@ Create a new subscriber.
|:-------------------------|:----------|:---------|:-----------------------------------------------------------------------------------------------------|
| email | string | Yes | Subscriber's email address. |
| name | string | Yes | Subscriber's name. |
| status | string | Yes | Subscriber's status: `enabled`, `disabled`, `blocklisted`. |
| status | string | Yes | Subscriber's status: `enabled`, `blocklisted`. |
| lists | number\[\] | | List of list IDs to subscribe to. |
| attribs | JSON | | Attributes of the new subscriber. |
| preconfirm_subscriptions | bool | | If true, subscriptions are marked as confirmed and no-optin emails are sent for double opt-in lists. |
Expand Down

0 comments on commit d5cfaa9

Please sign in to comment.