Fix a typo [MAILPOET-2099]
This commit is contained in:
@@ -15,7 +15,7 @@ This method returns list of all properties available for a subscriber (default +
|
|||||||
| id | string | 11 chars |Field Id |
|
| id | string | 11 chars |Field Id |
|
||||||
| name | string | 90 chars | Human readable name. Intended to be used, as an example, as a label for form input. |
|
| name | string | 90 chars | Human readable name. Intended to be used, as an example, as a label for form input. |
|
||||||
| type | string | - | Type of the field. Possible values are: `text`, `date`, `textarea`, `radio`, `checkbox`, `select` |
|
| type | string | - | Type of the field. Possible values are: `text`, `date`, `textarea`, `radio`, `checkbox`, `select` |
|
||||||
| params | array | - | Contains various information, see examples bellow. |
|
| params | array | - | Contains various information, see examples below. |
|
||||||
|
|
||||||
## Response Example
|
## Response Example
|
||||||
```php
|
```php
|
||||||
|
Reference in New Issue
Block a user