Fix api docs for custom checkbox

[MAILPOET-2939]
This commit is contained in:
Pavel Dohnal
2020-06-03 13:02:19 +02:00
committed by Veljko V
parent ddfd203bed
commit a1efca7537

View File

@ -31,7 +31,7 @@ It has to contain an email and all required custom fields. To get defined custom
| email (required) | string | 150 chars | a valid email address | | email (required) | string | 150 chars | a valid email address |
| first_name (optional) | string/null | 255 chars | Fist name of the subscriber. | | first_name (optional) | string/null | 255 chars | Fist name of the subscriber. |
| last_name (optional) | string/null | 255 chars | Last name of the subscriber. | | last_name (optional) | string/null | 255 chars | Last name of the subscriber. |
| cf_* (optional/required) | string/null | 65K chars | A custom field (see [Get Subscriber Fields](GetSubscriberFields.md)). | | cf_* (optional/required) | string/boolean/null | 65K chars | A custom field (see [Get Subscriber Fields](GetSubscriberFields.md)). <br> If a custom field is a checkbox, send truthy or falsy value (`true`/`false, `1`/`0` or `"1"`\`"0"`). |
### `$list_ids` (optional) ### `$list_ids` (optional)
An array containing list ids into which subscriber will be added. An array containing list ids into which subscriber will be added.