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
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
22
22
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
Updates the greenlisted configuration values for a datasource instance. Only configuration keys that are exposed via the public API greenlist may be set. Returns the full greenlisted configuration after the update is applied.
x-speakeasy-deprecation-message: "Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use ChannelInviteInfo instead"
6550
6646
inviteTime:
6551
6647
deprecated: true
6552
6648
type: string
6553
6649
format: date-time
6554
6650
description: The time this person was invited in ISO format (ISO 8601).
6651
+
x-glean-deprecated:
6652
+
id: 2dc3f572-cded-483d-af07-fc9fc7fd0ae4
6653
+
introduced: "2026-02-05"
6654
+
message: Use ChannelInviteInfo instead
6655
+
removal: "2026-10-15"
6656
+
x-speakeasy-deprecation-message: "Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use ChannelInviteInfo instead"
6555
6657
reminderTime:
6556
6658
deprecated: true
6557
6659
type: string
6558
6660
format: date-time
6559
6661
description: The time this person was reminded in ISO format (ISO 8601) if a reminder was sent.
6662
+
x-glean-deprecated:
6663
+
id: d02d58cf-eb90-45d0-ab90-f7a9d707ae3c
6664
+
introduced: "2026-02-05"
6665
+
message: Use ChannelInviteInfo instead
6666
+
removal: "2026-10-15"
6667
+
x-speakeasy-deprecation-message: "Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use ChannelInviteInfo instead"
6560
6668
ReadPermission:
6561
6669
description: Describes the read permission level that a user has for a specific feature
6562
6670
properties:
@@ -7610,6 +7718,10 @@ components:
7610
7718
type: string
7611
7719
format: url
7612
7720
description: The OAuth provider's endpoint, where access tokens are requested.
7721
+
resource:
7722
+
type: string
7723
+
format: url
7724
+
description: The OAuth 2.0 Resource Indicator (RFC 8707) for the protected resource. Discovered from Protected Resource Metadata (RFC 9728) during DCR. Included in authorization and token exchange requests when present.
7613
7725
lastAuthorizedAt:
7614
7726
type: string
7615
7727
format: date-time
@@ -7944,12 +8056,6 @@ components:
7944
8056
chatSessionTrackingToken:
7945
8057
type: string
7946
8058
description: A token that is used to track the session.
7947
-
unauthorizedDatasourceInstances:
7948
-
type: array
7949
-
description: |
7950
-
Datasource instances that could not be queried because the user has not completed or has expired per-user OAuth, aggregated across all tools invoked in this turn.
0 commit comments