From 8872b8f81fb4738aeda1cb11d79b50721924b44b Mon Sep 17 00:00:00 2001 From: wix-docs-feds <87931637+wix-docs-feds@users.noreply.github.com> Date: Tue, 6 Jun 2023 14:51:53 +0300 Subject: [PATCH] fix links * Auto commit from WixDocs server * Auto commit from WixDocs server --------- Co-authored-by: Wixplorer --- all/all-apis/contacts.service.json | 28 +++++---------------- all/guides/contacts/docs/documentation.yaml | 16 ------------ 2 files changed, 6 insertions(+), 38 deletions(-) delete mode 100644 all/guides/contacts/docs/documentation.yaml diff --git a/all/all-apis/contacts.service.json b/all/all-apis/contacts.service.json index 97b6cbee62..f447d79d7a 100644 --- a/all/all-apis/contacts.service.json +++ b/all/all-apis/contacts.service.json @@ -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", @@ -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", @@ -931,7 +931,7 @@ "rpcRequestName": "MergeContactsRequest", "rpcResponseName": "MergeContactsResponse" }, - "customLabels": [{"id": "maturity-beta"}] + "customLabels": [] }, { "name": "Preview Merge Contacts", @@ -994,7 +994,7 @@ "rpcRequestName": "PreviewMergeContactsRequest", "rpcResponseName": "PreviewMergeContactsResponse" }, - "customLabels": [{"id": "maturity-beta"}] + "customLabels": [] }, { "name": "Query Contacts", @@ -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", @@ -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": { @@ -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} }, @@ -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, diff --git a/all/guides/contacts/docs/documentation.yaml b/all/guides/contacts/docs/documentation.yaml deleted file mode 100644 index a23a2860d0..0000000000 --- a/all/guides/contacts/docs/documentation.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiDoc: - title: Contacts Public Docs - description: public contacts docs - markdownOnlyAutoUpdate: true - - docs: - - file: ./bulk-jobs.md - title: Bulk Jobs - - file: ./dev_dependencies_internal.md - title: Dev Dependencies Internal - - file: ./domain-events-internal.md - title: Domain Events Internal - - file: ./example-flows.md - title: Example Flows - - file: ./intro.md - title: Introduction