|
119 | 119 | }, |
120 | 120 | "locations": [], |
121 | 121 | "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", |
123 | 123 | "description": [], |
124 | 124 | "request": "POST", |
125 | 125 | "url": "https://www.wixapis.com/contacts/v4/bulk/contacts/delete", |
|
198 | 198 | }, |
199 | 199 | "locations": [], |
200 | 200 | "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", |
202 | 202 | "description": [], |
203 | 203 | "request": "POST", |
204 | 204 | "url": "https://www.wixapis.com/contacts/v4/bulk/contacts/add-remove-labels", |
|
931 | 931 | "rpcRequestName": "MergeContactsRequest", |
932 | 932 | "rpcResponseName": "MergeContactsResponse" |
933 | 933 | }, |
934 | | - "customLabels": [{"id": "maturity-beta"}] |
| 934 | + "customLabels": [] |
935 | 935 | }, |
936 | 936 | { |
937 | 937 | "name": "Preview Merge Contacts", |
|
994 | 994 | "rpcRequestName": "PreviewMergeContactsRequest", |
995 | 995 | "rpcResponseName": "PreviewMergeContactsResponse" |
996 | 996 | }, |
997 | | - "customLabels": [{"id": "maturity-beta"}] |
| 997 | + "customLabels": [] |
998 | 998 | }, |
999 | 999 | { |
1000 | 1000 | "name": "Query Contacts", |
|
1034 | 1034 | }, |
1035 | 1035 | "locations": [], |
1036 | 1036 | "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", |
1038 | 1038 | "description": [], |
1039 | 1039 | "request": "POST", |
1040 | 1040 | "url": "https://www.wixapis.com/contacts/v4/contacts/query", |
|
1248 | 1248 | "type": "All APIs.Contacts._com_wixpress_contacts_core_api_v4_ContactInfo", |
1249 | 1249 | "doc": " Contact info.\n", |
1250 | 1250 | "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 |
1260 | 1251 | } |
1261 | 1252 | ], |
1262 | 1253 | "ret": { |
|
1339 | 1330 | "name": "Read Contacts", |
1340 | 1331 | "description": "Request permission to read the site's contact info. " |
1341 | 1332 | }], |
1342 | | - "customLabels": [{"id": "maturity-beta"}], |
| 1333 | + "customLabels": [], |
1343 | 1334 | "eventType": "wix.contacts.v4.contact_merged", |
1344 | 1335 | "extra": {"isDomainEvent": true} |
1345 | 1336 | }, |
|
4265 | 4256 | "name": "info", |
4266 | 4257 | "type": "All APIs.Contacts._com_wixpress_contacts_core_api_v4_ContactInfo", |
4267 | 4258 | "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 |
4275 | 4259 | } |
4276 | 4260 | ], |
4277 | 4261 | "enum": null, |
|
0 commit comments