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.
@@ -15940,10 +15940,12 @@ components:
15940
15940
- PROJECT_NEXT_STEP
15941
15941
- DEMO_CARD
15942
15942
- RESOLVE_MEETING_CONFLICT
15943
+
- FINDING_MEETING_ROOM
15943
15944
- OOO_PLANNER
15944
15945
- OOO_CATCH_UP
15945
15946
- ADMIN_HEALTH_CENTER
15946
15947
- KNOWLEDGE_GAP
15948
+
- ARTIFACT_CREATION
15947
15949
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
15948
15950
requestOptions:
15949
15951
$ref: '#/components/schemas/FeedRequestOptions'
@@ -16410,10 +16412,12 @@ components:
16410
16412
- PROJECT_NEXT_STEP
16411
16413
- DEMO_CARD
16412
16414
- RESOLVE_MEETING_CONFLICT
16415
+
- FINDING_MEETING_ROOM
16413
16416
- OOO_PLANNER
16414
16417
- OOO_CATCH_UP
16415
16418
- ADMIN_HEALTH_CENTER
16416
16419
- KNOWLEDGE_GAP
16420
+
- ARTIFACT_CREATION
16417
16421
description: Type of the justification.
16418
16422
justification:
16419
16423
type: string
@@ -16503,10 +16507,12 @@ components:
16503
16507
- PROJECT_NEXT_STEP
16504
16508
- DEMO_CARD
16505
16509
- RESOLVE_MEETING_CONFLICT
16510
+
- FINDING_MEETING_ROOM
16506
16511
- OOO_PLANNER
16507
16512
- OOO_CATCH_UP
16508
16513
- ADMIN_HEALTH_CENTER
16509
16514
- KNOWLEDGE_GAP
16515
+
- ARTIFACT_CREATION
16510
16516
description: Category of the result, one of the requested categories in incoming request.
0 commit comments