This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Note: Any users deleted from the existing set will have their associated memberships deleted as well.
tags:
- Permissions
requestBody:
Expand Down
Expand Up
@@ -2451,7 +2453,9 @@ paths:
/api/index/v1/bulkindexgroups:
post:
summary: Bulk index groups
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.
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.
Note: Any groups deleted from the existing set will have their associated memberships deleted as well.
tags:
- Permissions
requestBody:
Expand Down
Expand Up
@@ -2545,7 +2549,9 @@ paths:
/api/index/v1/deleteuser:
post:
summary: Delete user
description: Delete the user from the datasource. Silently succeeds if user is not present.
description: |
Delete the user from the datasource. Silently succeeds if user is not present.
Note: All memberships associated with the deleted user will also be deleted.
tags:
- Permissions
requestBody:
Expand All
@@ -2569,7 +2575,9 @@ paths:
/api/index/v1/deletegroup:
post:
summary: Delete group
description: Delete group from the datasource. Silently succeeds if group is not present.
description: |
Delete group from the datasource. Silently succeeds if group is not present.
Note: All memberships associated with the deleted group will also be deleted.
tags:
- Permissions
requestBody:
Expand Down
Expand Up
@@ -4018,6 +4026,7 @@ components:
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.
SECTION_CLICK: The user clicked a link to a subsection of the primary object.
SEEN: The user has likely seen the object (e.g. took action to make the object visible within the user's viewport).
SELECT: The user explicitly selected something, eg. a chat response variant they prefer.
SHARE: The user shared the object with another user.
SHOW_MORE: The user clicked the object's show more affordance.
UPVOTE: The user gave feedback that the object was useful.
Expand Down
Expand Up
@@ -4049,6 +4058,7 @@ components:
- RIGHT_CLICK
- SECTION_CLICK
- SEEN
- SELECT
- SHARE
- SHOW_MORE
- UPVOTE
Expand Down
Expand Up
@@ -12296,7 +12306,7 @@ components:
properties:
identityDatasourceName:
type: string
description: If the datasource uses another datasource for identity info, then the name of the datasource. The identity datasource must exist already.
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.
productAccessGroup:
type: string
description: If the datasource uses a specific product access group, then the name of that group.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore: 馃悵 Update SDK - Generate 0.11.4 #77
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
chore: 馃悵 Update SDK - Generate 0.11.4 #77
Filter by extension
Only manifest files
Viewed files
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.