Remove obsolete subscriber disabled status from docs. Closes #1793.

This commit is contained in:
Kailash Nadh 2024-04-01 19:09:19 +05:30
parent 7bf9481488
commit d5cfaa9bb3

View file

@ -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. |