File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -354,10 +354,10 @@ Create a new contact property.
354
354
355
355
#### Parameters
356
356
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 ` . |
361
361
362
362
#### Examples
363
363
@@ -393,8 +393,6 @@ Get a list of your account's contact properties.
393
393
394
394
#### Parameters
395
395
396
- You must use one parameter in the request.
397
-
398
396
| Name | Type | Required | Notes |
399
397
| ------ | ------ | -------- | --------------------------------------------------------------- |
400
398
| ` list ` | string | No | Use "custom" to retrieve only your account's custom properties. |
You can’t perform that action at this time.
0 commit comments