Skip to content

Commit 638faab

Browse files
committed
Fix docs
1 parent 9c8e2be commit 638faab

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ Create a new contact property.
354354

355355
#### Parameters
356356

357-
| Name | Type | Required | Notes |
358-
| ------- | ------ | -------- | -------------------------------------------------------------------------------------- |
359-
| `name` | string | Yes | The name of the property. Should be in camelCase, like `planName` or `favouriteColor`. |
360-
| `ttype` | string | Yes | The property's value type.<br />Can be one of `string`, `number`, `boolean` or `date`. |
357+
| Name | Type | Required | Notes |
358+
| ------ | ------ | -------- | -------------------------------------------------------------------------------------- |
359+
| `name` | string | Yes | The name of the property. Should be in camelCase, like `planName` or `favouriteColor`. |
360+
| `type` | string | Yes | The property's value type.<br />Can be one of `string`, `number`, `boolean` or `date`. |
361361

362362
#### Examples
363363

@@ -393,8 +393,6 @@ Get a list of your account's contact properties.
393393

394394
#### Parameters
395395

396-
You must use one parameter in the request.
397-
398396
| Name | Type | Required | Notes |
399397
| ------ | ------ | -------- | --------------------------------------------------------------- |
400398
| `list` | string | No | Use "custom" to retrieve only your account's custom properties. |

0 commit comments

Comments
 (0)