Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
* Auto commit from WixDocs server

* Auto commit from WixDocs server

---------

Co-authored-by: Wixplorer <[email protected]>
  • Loading branch information
wix-docs-feds and wixplorer authored Jun 6, 2023
1 parent 49048c1 commit 8872b8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 38 deletions.
28 changes: 6 additions & 22 deletions all/all-apis/contacts.service.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
},
"locations": [],
"docs": {
"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",
"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",
"description": [],
"request": "POST",
"url": "https://www.wixapis.com/contacts/v4/bulk/contacts/delete",
Expand Down Expand Up @@ -198,7 +198,7 @@
},
"locations": [],
"docs": {
"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",
"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",
"description": [],
"request": "POST",
"url": "https://www.wixapis.com/contacts/v4/bulk/contacts/add-remove-labels",
Expand Down Expand Up @@ -931,7 +931,7 @@
"rpcRequestName": "MergeContactsRequest",
"rpcResponseName": "MergeContactsResponse"
},
"customLabels": [{"id": "maturity-beta"}]
"customLabels": []
},
{
"name": "Preview Merge Contacts",
Expand Down Expand Up @@ -994,7 +994,7 @@
"rpcRequestName": "PreviewMergeContactsRequest",
"rpcResponseName": "PreviewMergeContactsResponse"
},
"customLabels": [{"id": "maturity-beta"}]
"customLabels": []
},
{
"name": "Query Contacts",
Expand Down Expand Up @@ -1034,7 +1034,7 @@
},
"locations": [],
"docs": {
"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",
"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",
"description": [],
"request": "POST",
"url": "https://www.wixapis.com/contacts/v4/contacts/query",
Expand Down Expand Up @@ -1248,15 +1248,6 @@
"type": "All APIs.Contacts._com_wixpress_contacts_core_api_v4_ContactInfo",
"doc": " Contact info.\n",
"required": true
},
{
"in": "BODY",
"name": "fieldMask",
"type": "All APIs.Contacts._google_protobuf_FieldMask",
"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",
"required": false,
"fieldMask": "RPC",
"deprecated": true
}
],
"ret": {
Expand Down Expand Up @@ -1339,7 +1330,7 @@
"name": "Read Contacts",
"description": "Request permission to read the site's contact info. "
}],
"customLabels": [{"id": "maturity-beta"}],
"customLabels": [],
"eventType": "wix.contacts.v4.contact_merged",
"extra": {"isDomainEvent": true}
},
Expand Down Expand Up @@ -4265,13 +4256,6 @@
"name": "info",
"type": "All APIs.Contacts._com_wixpress_contacts_core_api_v4_ContactInfo",
"doc": " Contact info.\n"
},
{
"name": "fieldMask",
"type": "All APIs.Contacts._google_protobuf_FieldMask",
"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",
"fieldMask": "RPC",
"deprecated": true
}
],
"enum": null,
Expand Down
16 changes: 0 additions & 16 deletions all/guides/contacts/docs/documentation.yaml

This file was deleted.

0 comments on commit 8872b8f

Please sign in to comment.