You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/glean-merged-spec.yaml
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2403,7 +2403,9 @@ paths:
2403
2403
/api/index/v1/bulkindexusers:
2404
2404
post:
2405
2405
summary: Bulk index users
2406
-
description: Replaces the users in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
2406
+
description: |
2407
+
Replaces the users in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
2408
+
Note: Any users deleted from the existing set will have their associated memberships deleted as well.
2407
2409
tags:
2408
2410
- Permissions
2409
2411
requestBody:
@@ -2451,7 +2453,9 @@ paths:
2451
2453
/api/index/v1/bulkindexgroups:
2452
2454
post:
2453
2455
summary: Bulk index groups
2454
-
description: Replaces the groups in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
2456
+
description: |
2457
+
Replaces the groups in a datasource using paginated batch API calls. Please refer to the [bulk indexing](https://developers.glean.com/indexing/documents/bulk-upload-model) documentation for an explanation of how to use bulk endpoints.
2458
+
Note: Any groups deleted from the existing set will have their associated memberships deleted as well.
2455
2459
tags:
2456
2460
- Permissions
2457
2461
requestBody:
@@ -2545,7 +2549,9 @@ paths:
2545
2549
/api/index/v1/deleteuser:
2546
2550
post:
2547
2551
summary: Delete user
2548
-
description: Delete the user from the datasource. Silently succeeds if user is not present.
2552
+
description: |
2553
+
Delete the user from the datasource. Silently succeeds if user is not present.
2554
+
Note: All memberships associated with the deleted user will also be deleted.
2549
2555
tags:
2550
2556
- Permissions
2551
2557
requestBody:
@@ -2569,7 +2575,9 @@ paths:
2569
2575
/api/index/v1/deletegroup:
2570
2576
post:
2571
2577
summary: Delete group
2572
-
description: Delete group from the datasource. Silently succeeds if group is not present.
2578
+
description: |
2579
+
Delete group from the datasource. Silently succeeds if group is not present.
2580
+
Note: All memberships associated with the deleted group will also be deleted.
2573
2581
tags:
2574
2582
- Permissions
2575
2583
requestBody:
@@ -12296,7 +12304,7 @@ components:
12296
12304
properties:
12297
12305
identityDatasourceName:
12298
12306
type: string
12299
-
description: If the datasource uses another datasource for identity info, then the name of the datasource. The identity datasource must exist already.
12307
+
description: If the datasource uses another datasource for identity info, then the name of the datasource. The identity datasource must exist already and the datasource with identity info should have its visibility enabled for search results.
12300
12308
productAccessGroup:
12301
12309
type: string
12302
12310
description: If the datasource uses a specific product access group, then the name of that group.
0 commit comments