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