You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*ContactsApi* | [**add_contact_to_list**](docs/ContactsApi.md#add_contact_to_list) | **POST** /contacts/lists/{listId}/contacts/add | Add existing contacts to a list
*ContactsApi* | [**remove_contact_to_list**](docs/ContactsApi.md#remove_contact_to_list) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
**attribute_category** | **str**| Category of the attribute |
49
+
**attribute_name** | **str**| Name of the attribute |
46
50
**create_attribute** | [**CreateAttribute**](CreateAttribute.md)| Values to create an attribute |
47
51
48
52
### Return type
49
53
50
-
[**CreateModel**](CreateModel.md)
54
+
void (empty response body)
51
55
52
56
### Authorization
53
57
@@ -61,7 +65,7 @@ Name | Type | Description | Notes
61
65
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**attribute_category** | **str**| Category of the attribute |
102
+
**attribute_name** | **str**| Name of the existing attribute |
97
103
98
104
### Return type
99
105
@@ -157,3 +163,57 @@ This endpoint does not need any parameter.
157
163
158
164
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**attribute_category** | **str**| Category of the attribute |
202
+
**attribute_name** | **str**| Name of the existing attribute |
203
+
**update_attribute** | [**UpdateAttribute**](UpdateAttribute.md)| Values to update an attribute |
204
+
205
+
### Return type
206
+
207
+
void (empty response body)
208
+
209
+
### Authorization
210
+
211
+
[api-key](../README.md#api-key)
212
+
213
+
### HTTP request headers
214
+
215
+
-**Content-Type**: application/json
216
+
-**Accept**: application/json
217
+
218
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[**remove_contact_to_list**](ContactsApi.md#remove_contact_to_list) | **POST** /contacts/lists/{listId}/contacts/remove | Remove existing contacts from a list
[**update_contact**](ContactsApi.md#update_contact) | **PUT** /contacts/{email} | Updates a contact
29
30
[**update_folder**](ContactsApi.md#update_folder) | **PUT** /contacts/folders/{folderId} | Update a contact folder
30
31
[**update_list**](ContactsApi.md#update_list) | **PUT** /contacts/lists/{listId} | Update a list
@@ -84,9 +85,9 @@ Name | Type | Description | Notes
84
85
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**attribute_category** | **str**| Category of the attribute |
123
+
**attribute_name** | **str**| Name of the attribute |
120
124
**create_attribute** | [**CreateAttribute**](CreateAttribute.md)| Values to create an attribute |
121
125
122
126
### Return type
123
127
124
-
[**CreateModel**](CreateModel.md)
128
+
void (empty response body)
125
129
126
130
### Authorization
127
131
@@ -288,7 +292,7 @@ Name | Type | Description | Notes
288
292
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**attribute_category** | **str**| Category of the attribute |
329
+
**attribute_name** | **str**| Name of the existing attribute |
324
330
325
331
### Return type
326
332
@@ -1120,6 +1126,60 @@ Name | Type | Description | Notes
1120
1126
1121
1127
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**attribute_category** | **str**| Category of the attribute |
1165
+
**attribute_name** | **str**| Name of the existing attribute |
1166
+
**update_attribute** | [**UpdateAttribute**](UpdateAttribute.md)| Values to update an attribute |
1167
+
1168
+
### Return type
1169
+
1170
+
void (empty response body)
1171
+
1172
+
### Authorization
1173
+
1174
+
[api-key](../README.md#api-key)
1175
+
1176
+
### HTTP request headers
1177
+
1178
+
-**Content-Type**: application/json
1179
+
-**Accept**: application/json
1180
+
1181
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**enumemaration** | [**list[CreateAttributeEnumemaration]**](CreateAttributeEnumemaration.md) | Values that the attribute can take. Use only if the attribute's category is category | [optional]
10
-
**type** | **str** | Type of the attribute | [optional]
6
+
**value** | **str** | Value of the attribute. Use only if the attribute's category is calculated or global | [optional]
7
+
**enumeration** | [**list[CreateAttributeEnumeration]**](CreateAttributeEnumeration.md) | Values that the attribute can take. Use only if the attribute's category is category | [optional]
8
+
**type** | **str** | Type of the attribute. Use only if the attribute's category is normal, category or transactional ( type 'id' only available if the category is 'transactional' attribute & type 'category' only available if the category is 'category' attribute ) | [optional]
11
9
12
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments