Skip to content

Commit 8872b8f

Browse files
fix links
* Auto commit from WixDocs server * Auto commit from WixDocs server --------- Co-authored-by: Wixplorer <[email protected]>
1 parent 49048c1 commit 8872b8f

File tree

2 files changed

+6
-38
lines changed

2 files changed

+6
-38
lines changed

all/all-apis/contacts.service.json

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
},
120120
"locations": [],
121121
"docs": {
122-
"summary": "\nDeletes multiple contacts.\n\nAll contacts that meet the specified `filter` and `search` criteria are deleted.\nTo perform a dry run, use the intended filter options with\n[Query Contacts](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/query-contacts).\n\nWhen this endpoint is used, a bulk job is started and the job ID is returned.\nThe job might not complete right away, depending on its size.\nThe job's status can be retrieved with\n[Get Bulk Job](https://dev.wix.com/api/rest/contacts/contacts/bulk-jobs/get-bulk-job) or\n[List Bulk Jobs](https://dev.wix.com/api/rest/contacts/contacts/bulk-jobs/list-bulk-jobs).\n \n",
122+
"summary": "\nDeletes multiple contacts.\n\nAll contacts that meet the specified `filter` and `search` criteria are deleted.\nThe request should contain a `filter` value or a `search` value, or both.\nTo perform a dry run, use the intended filter options with\n[Query Contacts](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/query-contacts).\n\nWhen this endpoint is used, a bulk job is started and the job ID is returned.\nThe job might not complete right away, depending on its size.\nThe job's status can be retrieved with\n[Get Bulk Job](https://dev.wix.com/api/rest/contacts/contacts/bulk-jobs/get-bulk-job) or\n[List Bulk Jobs](https://dev.wix.com/api/rest/contacts/contacts/bulk-jobs/list-bulk-jobs).\n \n",
123123
"description": [],
124124
"request": "POST",
125125
"url": "https://www.wixapis.com/contacts/v4/bulk/contacts/delete",
@@ -198,7 +198,7 @@
198198
},
199199
"locations": [],
200200
"docs": {
201-
"summary": "\nAdds and removes labels from multiple contacts.\n\nLabels are added to and removed from all contacts that meet the specified\n`filter` and `search` criteria.\nTo perform a dry run, use the intended filter options with\n[Query Contacts](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/query-contacts).\n\nWhen this endpoint is used, a bulk job is started and the job ID is returned.\nThe job might not not complete right away, depending on its size.\nThe job's status can be retrieved with\n[Get Bulk Job](https://dev.wix.com/api/rest/contacts/contacts/bulk-jobs/get-bulk-job) or\n[List Bulk Jobs](https://dev.wix.com/api/rest/contacts/contacts/bulk-jobs/list-bulk-jobs).\n \n",
201+
"summary": "\nAdds and removes labels from multiple contacts.\n\nLabels are added to and removed from all contacts that meet the specified\n`filter` and `search` criteria.\nThe request should contain a `filter` value or a `search` value, or both. To perform a dry run, use the intended filter options with\n[Query Contacts](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/query-contacts).\n\nWhen this endpoint is used, a bulk job is started and the job ID is returned.\nThe job might not not complete right away, depending on its size.\nThe job's status can be retrieved with\n[Get Bulk Job](https://dev.wix.com/api/rest/contacts/contacts/bulk-jobs/get-bulk-job) or\n[List Bulk Jobs](https://dev.wix.com/api/rest/contacts/contacts/bulk-jobs/list-bulk-jobs).\n \n",
202202
"description": [],
203203
"request": "POST",
204204
"url": "https://www.wixapis.com/contacts/v4/bulk/contacts/add-remove-labels",
@@ -931,7 +931,7 @@
931931
"rpcRequestName": "MergeContactsRequest",
932932
"rpcResponseName": "MergeContactsResponse"
933933
},
934-
"customLabels": [{"id": "maturity-beta"}]
934+
"customLabels": []
935935
},
936936
{
937937
"name": "Preview Merge Contacts",
@@ -994,7 +994,7 @@
994994
"rpcRequestName": "PreviewMergeContactsRequest",
995995
"rpcResponseName": "PreviewMergeContactsResponse"
996996
},
997-
"customLabels": [{"id": "maturity-beta"}]
997+
"customLabels": []
998998
},
999999
{
10001000
"name": "Query Contacts",
@@ -1034,7 +1034,7 @@
10341034
},
10351035
"locations": [],
10361036
"docs": {
1037-
"summary": "\nRetrieves a list of contacts, given the provided [paging](https://dev.wix.com/api/rest/getting-started/pagination), [filtering, and sorting](https://dev.wix.com/api/rest/contacts/contacts/sorting,-filtering,-and-searching).\nUp to 1,000 contacts can be returned per request.\n\nFor a detailed list of supported operations, see\nfiltering and sorting for\n[contact properties](https://dev.wix.com/api/rest/contacts/contacts/sorting,-filtering,-and-searching#contact-properties-filtering-sorting-and-searching),\n[extended fields](https://dev.wix.com/api/rest/contacts/contacts/sorting,-filtering,-and-searching#extended-fields-filtering-sorting-and-searching),\nand [custom fields](https://dev.wix.com/api/rest/contacts/contacts/sorting,-filtering,-and-searching#custom-fields-filtering-sorting-and-searching).\nTo learn how to query contacts, see\n[API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).\n \n",
1037+
"summary": "\nRetrieves a list of contacts, given the provided [paging](https://dev.wix.com/api/rest/getting-started/sorting-and-paging#getting-started_sorting-and-paging_paging), [filtering, and sorting](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/sort,-filter,-and-search).\nUp to 1,000 contacts can be returned per request.\n\nFor a detailed list of supported operations, see\nfiltering and sorting for\n[contact properties](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/sort,-filter,-and-search#contacts_contacts_contacts-v4_sort,-filter,-and-search_contact-properties-supported-filters-sorting-and-search),\n[extended fields](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/sort,-filter,-and-search#contacts_contacts_contacts-v4_sort,-filter,-and-search_extended-fields-supported-filters-sorting-and-search),\nand [custom fields](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/sort,-filter,-and-search#contacts_contacts_contacts-v4_sort,-filter,-and-search_custom-fields-supported-filters-sorting-and-search).\nTo learn how to query contacts, see\n[API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).\n \n",
10381038
"description": [],
10391039
"request": "POST",
10401040
"url": "https://www.wixapis.com/contacts/v4/contacts/query",
@@ -1248,15 +1248,6 @@
12481248
"type": "All APIs.Contacts._com_wixpress_contacts_core_api_v4_ContactInfo",
12491249
"doc": " Contact info.\n",
12501250
"required": true
1251-
},
1252-
{
1253-
"in": "BODY",
1254-
"name": "fieldMask",
1255-
"type": "All APIs.Contacts._google_protobuf_FieldMask",
1256-
"doc": "\nSet of fields to update.\nFields that aren't included in `fieldMask.paths` are ignored.\nSee\n[Field Masks in Update Requests](https://dev.wix.com/api/rest/contacts/contacts/field-masks-in-update-requests)\nfor details on working with field masks.\n\n> **Deprecation Notice:**\n> This parameter will be removed on March 31, 2022.\n> If your app uses this parameter, update your code as soon as possible.\n",
1257-
"required": false,
1258-
"fieldMask": "RPC",
1259-
"deprecated": true
12601251
}
12611252
],
12621253
"ret": {
@@ -1339,7 +1330,7 @@
13391330
"name": "Read Contacts",
13401331
"description": "Request permission to read the site's contact info. "
13411332
}],
1342-
"customLabels": [{"id": "maturity-beta"}],
1333+
"customLabels": [],
13431334
"eventType": "wix.contacts.v4.contact_merged",
13441335
"extra": {"isDomainEvent": true}
13451336
},
@@ -4265,13 +4256,6 @@
42654256
"name": "info",
42664257
"type": "All APIs.Contacts._com_wixpress_contacts_core_api_v4_ContactInfo",
42674258
"doc": " Contact info.\n"
4268-
},
4269-
{
4270-
"name": "fieldMask",
4271-
"type": "All APIs.Contacts._google_protobuf_FieldMask",
4272-
"doc": "\nSet of fields to update.\nFields that aren't included in `fieldMask.paths` are ignored.\nSee\n[Field Masks in Update Requests](https://dev.wix.com/api/rest/contacts/contacts/field-masks-in-update-requests)\nfor details on working with field masks.\n\n> **Deprecation Notice:**\n> This parameter will be removed on March 31, 2022.\n> If your app uses this parameter, update your code as soon as possible.\n",
4273-
"fieldMask": "RPC",
4274-
"deprecated": true
42754259
}
42764260
],
42774261
"enum": null,

all/guides/contacts/docs/documentation.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)