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.
description: A matching snippet from the document. Query term matches are marked by the unicode characters uE006 and uE007. Use 'text' field instead.
6334
+
x-glean-deprecated:
6335
+
id: e55ddf30-7c47-43a5-b775-d78f8b29411a
6336
+
introduced: "2026-02-05"
6337
+
message: Use 'text' field instead
6338
+
removal: "2026-10-15"
6339
+
x-speakeasy-deprecation-message: "Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use 'text' field instead"
6249
6340
example:
6250
6341
snippet: snippet
6251
6342
mimeType: mimeType
@@ -6547,16 +6638,34 @@ components:
6547
6638
deprecated: true
6548
6639
description: The person that invited this person.
6549
6640
$ref: "#/components/schemas/Person"
6641
+
x-glean-deprecated:
6642
+
id: 1d3cd23f-9085-4378-b466-9bdc2e344a71
6643
+
introduced: "2026-02-05"
6644
+
message: Use ChannelInviteInfo instead
6645
+
removal: "2026-10-15"
6646
+
x-speakeasy-deprecation-message: "Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use ChannelInviteInfo instead"
6550
6647
inviteTime:
6551
6648
deprecated: true
6552
6649
type: string
6553
6650
format: date-time
6554
6651
description: The time this person was invited in ISO format (ISO 8601).
6652
+
x-glean-deprecated:
6653
+
id: 2dc3f572-cded-483d-af07-fc9fc7fd0ae4
6654
+
introduced: "2026-02-05"
6655
+
message: Use ChannelInviteInfo instead
6656
+
removal: "2026-10-15"
6657
+
x-speakeasy-deprecation-message: "Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use ChannelInviteInfo instead"
6555
6658
reminderTime:
6556
6659
deprecated: true
6557
6660
type: string
6558
6661
format: date-time
6559
6662
description: The time this person was reminded in ISO format (ISO 8601) if a reminder was sent.
6663
+
x-glean-deprecated:
6664
+
id: d02d58cf-eb90-45d0-ab90-f7a9d707ae3c
6665
+
introduced: "2026-02-05"
6666
+
message: Use ChannelInviteInfo instead
6667
+
removal: "2026-10-15"
6668
+
x-speakeasy-deprecation-message: "Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use ChannelInviteInfo instead"
6560
6669
ReadPermission:
6561
6670
description: Describes the read permission level that a user has for a specific feature
6562
6671
properties:
@@ -7610,6 +7719,10 @@ components:
7610
7719
type: string
7611
7720
format: url
7612
7721
description: The OAuth provider's endpoint, where access tokens are requested.
7722
+
resource:
7723
+
type: string
7724
+
format: url
7725
+
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
7726
lastAuthorizedAt:
7614
7727
type: string
7615
7728
format: date-time
@@ -7944,12 +8057,6 @@ components:
7944
8057
chatSessionTrackingToken:
7945
8058
type: string
7946
8059
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