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.
description: Returns a filtered set of available tools based on optional tool name parameters. If no filters are provided, all available tools are returned.
2365
2368
x-visibility: Preview
@@ -2391,12 +2394,13 @@ paths:
2391
2394
description: Too Many Requests
2392
2395
security:
2393
2396
- APIToken: []
2394
-
tags:
2395
-
- Tools
2396
2397
x-speakeasy-name-override: list
2397
2398
x-speakeasy-group: client.tools
2398
2399
/rest/api/v1/tools/call:
2399
2400
post:
2401
+
tags:
2402
+
- Tools
2403
+
- Tools
2400
2404
summary: Execute the specified tool
2401
2405
description: Execute the specified tool with provided parameters
2402
2406
x-visibility: Preview
@@ -2423,8 +2427,6 @@ paths:
2423
2427
description: Too Many Requests
2424
2428
security:
2425
2429
- APIToken: []
2426
-
tags:
2427
-
- Tools
2428
2430
x-speakeasy-name-override: run
2429
2431
x-speakeasy-group: client.tools
2430
2432
/api/index/v1/indexdocument:
@@ -3459,7 +3461,7 @@ paths:
3459
3461
/api/index/v1/bulkindexshortcuts:
3460
3462
post:
3461
3463
summary: Bulk index external shortcuts
3462
-
description: Replaces all the currently indexed shortcuts using paginated batch API calls. Note that this endpoint is used for indexing shortcuts not hosted by Glean. If you want to upload shortcuts that would be hosted by Glean, please use the `/uploadshortcuts` endpoint. For information on what you can do with Golinks, which are Glean-hosted shortcuts, please refer to [this](https://help.glean.com/en/articles/5628838-how-go-links-work) page.
3464
+
description: Replaces all the currently indexed shortcuts using paginated batch API calls. Note that this endpoint is used for indexing shortcuts not hosted by Glean. If you want to upload shortcuts that would be hosted by Glean, please use the `/uploadshortcuts` endpoint. For information on what you can do with Golinks, which are Glean-hosted shortcuts, please refer to [this](https://docs.glean.com/user-guide/knowledge/go-links/how-go-links-work) page.
3463
3465
tags:
3464
3466
- Shortcuts
3465
3467
security:
@@ -4917,6 +4919,7 @@ components:
4917
4919
enum:
4918
4920
- ANNOUNCEMENTS
4919
4921
- ANSWERS
4922
+
- ARTIFACTS
4920
4923
- COLLECTIONS
4921
4924
- SHORTCUTS
4922
4925
- CHATS
@@ -6495,6 +6498,23 @@ components:
6495
6498
- TICKET
6496
6499
- TRANSCRIPT
6497
6500
- WITH
6501
+
x-enum-varnames:
6502
+
- ATTACHMENT
6503
+
- CANONICAL
6504
+
- CASE
6505
+
- CONTACT_LOWERCASE
6506
+
- CONTACT
6507
+
- CONVERSATION_MESSAGES
6508
+
- EXPERT
6509
+
- FROM
6510
+
- HIGHLIGHT
6511
+
- OPPORTUNITY_LOWERCASE
6512
+
- OPPORTUNITY
6513
+
- RECENT
6514
+
- SOURCE
6515
+
- TICKET
6516
+
- TRANSCRIPT
6517
+
- WITH
6498
6518
x-enumDescriptions:
6499
6519
CANONICAL: Canonical documents for the entity, such as overview docs, architecture docs elastic.
6500
6520
x-speakeasy-enum-descriptions:
@@ -10134,6 +10154,10 @@ components:
10134
10154
- MID_DAY_CATCH_UP
10135
10155
- QUERY_SUGGESTION
10136
10156
- WEEKLY_MEETINGS
10157
+
- FOLLOW_UP
10158
+
- MILESTONE_TIMELINE_CHECK
10159
+
- PROJECT_DISCUSSION_DIGEST
10160
+
- PROJECT_NEXT_STEP
10137
10161
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
10138
10162
requestOptions:
10139
10163
$ref: "#/components/schemas/FeedRequestOptions"
@@ -10465,6 +10489,7 @@ components:
10465
10489
- PAPER_TYPE
10466
10490
- PRISM_VIEWS_TYPE
10467
10491
- PROMPT_TEMPLATES_TYPE
10492
+
- PINS_TYPE
10468
10493
- SCRIBES_TYPE
10469
10494
- SHORTCUTS_TYPE
10470
10495
- SLIDE_TYPE
@@ -10635,6 +10660,10 @@ components:
10635
10660
- MID_DAY_CATCH_UP
10636
10661
- QUERY_SUGGESTION
10637
10662
- WEEKLY_MEETINGS
10663
+
- FOLLOW_UP
10664
+
- MILESTONE_TIMELINE_CHECK
10665
+
- PROJECT_DISCUSSION_DIGEST
10666
+
- PROJECT_NEXT_STEP
10638
10667
description: Type of the justification.
10639
10668
justification:
10640
10669
type: string
@@ -10714,6 +10743,10 @@ components:
10714
10743
- MID_DAY_CATCH_UP
10715
10744
- QUERY_SUGGESTION
10716
10745
- WEEKLY_MEETINGS
10746
+
- FOLLOW_UP
10747
+
- MILESTONE_TIMELINE_CHECK
10748
+
- PROJECT_DISCUSSION_DIGEST
10749
+
- PROJECT_NEXT_STEP
10717
10750
description: Category of the result, one of the requested categories in incoming request.
0 commit comments