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
+15-5Lines changed: 15 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:
@@ -4018,6 +4026,7 @@ components:
4018
4026
RIGHT_CLICK: The user right clicked the object's primary link. This may indicate an intent to open it in a new tab or copy it.
4019
4027
SECTION_CLICK: The user clicked a link to a subsection of the primary object.
4020
4028
SEEN: The user has likely seen the object (e.g. took action to make the object visible within the user's viewport).
4029
+
SELECT: The user explicitly selected something, eg. a chat response variant they prefer.
4021
4030
SHARE: The user shared the object with another user.
4022
4031
SHOW_MORE: The user clicked the object's show more affordance.
4023
4032
UPVOTE: The user gave feedback that the object was useful.
@@ -4049,6 +4058,7 @@ components:
4049
4058
- RIGHT_CLICK
4050
4059
- SECTION_CLICK
4051
4060
- SEEN
4061
+
- SELECT
4052
4062
- SHARE
4053
4063
- SHOW_MORE
4054
4064
- UPVOTE
@@ -12296,7 +12306,7 @@ components:
12296
12306
properties:
12297
12307
identityDatasourceName:
12298
12308
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.
12309
+
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
12310
productAccessGroup:
12301
12311
type: string
12302
12312
description: If the datasource uses a specific product access group, then the name of that group.
0 commit comments