@@ -78,7 +78,7 @@ def get_auto_query_refinement_details(
78
78
"""
79
79
Retrieves a content source's automatic query refinement details
80
80
81
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-content-sources-api.html#get-automatic-query-refinement-details-api>`_
81
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-content-sources-api.html#get-automatic-query-refinement-details-api>`_
82
82
83
83
:arg content_source_id: Unique ID for a Custom API source, provided upon
84
84
creation of a Custom API Source
@@ -221,7 +221,7 @@ def create_content_source(
221
221
"""
222
222
Create a content source
223
223
224
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-content-sources-api.html#create-content-source-api>`_
224
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-content-sources-api.html#create-content-source-api>`_
225
225
226
226
:arg body: HTTP request body
227
227
:arg params: Additional query params to send with the request
@@ -260,7 +260,7 @@ def delete_content_source(
260
260
"""
261
261
Deletes a content source by ID
262
262
263
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-content-sources-api.html#remove-content-source-api>`_
263
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-content-sources-api.html#remove-content-source-api>`_
264
264
265
265
:arg content_source_id: Unique ID for a Custom API source, provided upon
266
266
creation of a Custom API Source
@@ -307,7 +307,7 @@ def get_content_source(
307
307
"""
308
308
Retrieves a content source by ID
309
309
310
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-content-sources-api.html#get-content-source-api>`_
310
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-content-sources-api.html#get-content-source-api>`_
311
311
312
312
:arg content_source_id: Unique ID for a Custom API source, provided upon
313
313
creation of a Custom API Source
@@ -354,7 +354,7 @@ def put_content_source_icons(
354
354
"""
355
355
Upload content source icons
356
356
357
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-content-sources-api.html#upload-content-source-icon-api>`_
357
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-content-sources-api.html#upload-content-source-icon-api>`_
358
358
359
359
:arg content_source_id: Unique ID for a Custom API source, provided upon
360
360
creation of a Custom API Source
@@ -405,7 +405,7 @@ def put_content_source(
405
405
"""
406
406
Update a content source
407
407
408
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-content-sources-api.html#update-content-source-api>`_
408
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-content-sources-api.html#update-content-source-api>`_
409
409
410
410
:arg content_source_id: Unique ID for a Custom API source, provided upon
411
411
creation of a Custom API Source
@@ -455,7 +455,7 @@ def list_content_sources(
455
455
"""
456
456
Retrieves all content sources
457
457
458
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-content-sources-api.html#list-content-sources-api>`_
458
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-content-sources-api.html#list-content-sources-api>`_
459
459
460
460
:arg current_page: Which page of results to request
461
461
:arg page_size: The number of results to return in a page
@@ -538,7 +538,7 @@ def get_document(
538
538
"""
539
539
Retrieves a document by ID from the specified content source
540
540
541
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-content-sources-api.html#get-document-by-id-api>`_
541
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-content-sources-api.html#get-document-by-id-api>`_
542
542
543
543
:arg content_source_id: Unique ID for a Custom API source, provided upon
544
544
creation of a Custom API Source
@@ -593,7 +593,7 @@ def delete_documents_by_query(
593
593
"""
594
594
Deletes documents by query in a custom content source
595
595
596
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-custom-sources-api.html#delete-documents-by-query>`_
596
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-custom-sources-api.html#delete-documents-by-query>`_
597
597
598
598
:arg content_source_id: Unique ID for a Custom API source, provided upon
599
599
creation of a Custom API Source
@@ -644,7 +644,7 @@ def delete_documents(
644
644
"""
645
645
Deletes a list of documents from a custom content source
646
646
647
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-custom-sources-api.html#delete-by-id>`_
647
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-custom-sources-api.html#delete-by-id>`_
648
648
649
649
:arg content_source_id: Unique ID for a Custom API source, provided upon
650
650
creation of a Custom API Source
@@ -698,7 +698,7 @@ def index_documents(
698
698
Indexes one or more new documents into a custom content source, or updates one
699
699
or more existing documents
700
700
701
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-custom-sources-api.html#index-and-update>`_
701
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-custom-sources-api.html#index-and-update>`_
702
702
703
703
:arg content_source_id: Unique ID for a Custom API source, provided upon
704
704
creation of a Custom API Source
@@ -751,7 +751,7 @@ def list_documents(
751
751
"""
752
752
Lists documents from a custom content source
753
753
754
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-custom-sources-api.html#list-documents>`_
754
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-custom-sources-api.html#list-documents>`_
755
755
756
756
:arg content_source_id: Unique ID for a Custom API source, provided upon
757
757
creation of a Custom API Source
@@ -802,7 +802,7 @@ def list_external_identities(
802
802
"""
803
803
Retrieves all external identities
804
804
805
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-external-identities-api.html#list-external-identities>`_
805
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-external-identities-api.html#list-external-identities>`_
806
806
807
807
:arg content_source_id: Unique ID for a Custom API source, provided upon
808
808
creation of a Custom API Source
@@ -856,7 +856,7 @@ def create_external_identity(
856
856
"""
857
857
Adds a new external identity
858
858
859
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-external-identities-api.html#add-external-identity>`_
859
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-external-identities-api.html#add-external-identity>`_
860
860
861
861
:arg content_source_id: Unique ID for a Custom API source, provided upon
862
862
creation of a Custom API Source
@@ -907,7 +907,7 @@ def delete_external_identity(
907
907
"""
908
908
Deletes an external identity
909
909
910
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-external-identities-api.html#remove-external-identity>`_
910
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-external-identities-api.html#remove-external-identity>`_
911
911
912
912
:arg content_source_id: Unique ID for a Custom API source, provided upon
913
913
creation of a Custom API Source
@@ -961,7 +961,7 @@ def get_external_identity(
961
961
"""
962
962
Retrieves an external identity
963
963
964
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-external-identities-api.html#show-external-identity>`_
964
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-external-identities-api.html#show-external-identity>`_
965
965
966
966
:arg content_source_id: Unique ID for a Custom API source, provided upon
967
967
creation of a Custom API Source
@@ -1016,7 +1016,7 @@ def put_external_identity(
1016
1016
"""
1017
1017
Updates an external identity
1018
1018
1019
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-external-identities-api.html#update-external-identity>`_
1019
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-external-identities-api.html#update-external-identity>`_
1020
1020
1021
1021
:arg content_source_id: Unique ID for a Custom API source, provided upon
1022
1022
creation of a Custom API Source
@@ -1074,7 +1074,7 @@ def list_permissions(
1074
1074
"""
1075
1075
Lists all permissions for all users
1076
1076
1077
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-document-permissions-api.html#list>`_
1077
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-document-permissions-api.html#list>`_
1078
1078
1079
1079
:arg content_source_id: Unique ID for a Custom API source, provided upon
1080
1080
creation of a Custom API Source
@@ -1131,7 +1131,7 @@ def remove_user_permissions(
1131
1131
"""
1132
1132
Removes one or more permissions from an existing set of permissions
1133
1133
1134
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-document-permissions-api.html#remove-one>`_
1134
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-document-permissions-api.html#remove-one>`_
1135
1135
1136
1136
:arg content_source_id: Unique ID for a Custom API source, provided upon
1137
1137
creation of a Custom API Source
@@ -1189,7 +1189,7 @@ def search(
1189
1189
"""
1190
1190
Search across available sources with various query tuning options
1191
1191
1192
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-search-api.html>`_
1192
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-search-api.html>`_
1193
1193
1194
1194
:arg body: HTTP request body
1195
1195
:arg params: Additional query params to send with the request
@@ -1477,7 +1477,7 @@ def add_user_permissions(
1477
1477
"""
1478
1478
Adds one or more new permissions atop existing permissions
1479
1479
1480
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-document-permissions-api.html#add-one>`_
1480
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-document-permissions-api.html#add-one>`_
1481
1481
1482
1482
:arg content_source_id: Unique ID for a Custom API source, provided upon
1483
1483
creation of a Custom API Source
@@ -1536,7 +1536,7 @@ def get_user_permissions(
1536
1536
"""
1537
1537
Lists all permissions for one user
1538
1538
1539
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-document-permissions-api.html#list-one>`_
1539
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-document-permissions-api.html#list-one>`_
1540
1540
1541
1541
:arg content_source_id: Unique ID for a Custom API source, provided upon
1542
1542
creation of a Custom API Source
@@ -1592,7 +1592,7 @@ def put_user_permissions(
1592
1592
"""
1593
1593
Creates a new set of permissions or over-writes all existing permissions
1594
1594
1595
- `<https://www.elastic.co/guide/en/workplace-search/7.16 /workplace-search-document-permissions-api.html#add-all>`_
1595
+ `<https://www.elastic.co/guide/en/workplace-search/7.17 /workplace-search-document-permissions-api.html#add-all>`_
1596
1596
1597
1597
:arg content_source_id: Unique ID for a Custom API source, provided upon
1598
1598
creation of a Custom API Source
0 commit comments