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: When present, indicates this workflow is admin-verified. Set via the dedicated admin settings endpoint, not by regular edits.
9092
+
showOrganizationAsAuthor:
9093
+
type: boolean
9094
+
readOnly: true
9095
+
description: When true, displays organization name instead of author name in agent card. Set via the dedicated admin settings endpoint, not by regular edits.
9096
+
WorkflowResult:
9097
+
type: object
9098
+
required:
9099
+
- workflow
9100
+
properties:
9101
+
workflow:
9102
+
$ref: "#/components/schemas/Workflow"
9103
+
CreateWorkflowResponse:
9104
+
allOf:
9105
+
- $ref: "#/components/schemas/WorkflowResult"
8976
9106
Agent:
8977
9107
title: Agent
8978
9108
type: object
@@ -9025,16 +9155,6 @@ components:
9025
9155
message:
9026
9156
type: string
9027
9157
description: Client-facing error message describing what went wrong
description: This tracks how many times this prompt template was run. If user runs a prompt template after modifying the original one, it still counts as a run for the original template.
11372
-
WorkflowMetadata:
11373
-
allOf:
11374
-
- type: object
11375
-
properties:
11376
-
author:
11377
-
$ref: "#/components/schemas/Person"
11378
-
createTimestamp:
11379
-
type: integer
11380
-
description: Server Unix timestamp of the creation time.
11381
-
lastUpdateTimestamp:
11382
-
type: integer
11383
-
description: Server Unix timestamp of the last update time.
11384
-
lastDraftSavedAt:
11385
-
type: integer
11386
-
description: Server Unix timestamp of the last time the draft was saved.
11387
-
lastDraftSavedBy:
11388
-
description: The person who last saved the draft.
11389
-
$ref: "#/components/schemas/Person"
11390
-
lastDraftGitAuthorId:
11391
-
type: string
11392
-
description: ID of the VCS user (e.g. GitHub username) who last saved the draft. Set only by the draft save path via the external Git integration API.
description: When present, indicates this workflow is admin-verified. Set via the dedicated admin settings endpoint, not by regular edits.
11410
-
showOrganizationAsAuthor:
11411
-
type: boolean
11412
-
readOnly: true
11413
-
description: When true, displays organization name instead of author name in agent card. Set via the dedicated admin settings endpoint, not by regular edits.
|`locale`|*Optional[str]*|:heavy_minus_sign:| The client's preferred locale in rfc5646 format (e.g. `en`, `ja`, `pt-BR`). If omitted, the `Accept-Language` will be used. If not present or not supported, defaults to the closest match or `en`. |
9
+
|`timezone_offset`|*Optional[int]*|:heavy_minus_sign:| The offset of the client's timezone in minutes from UTC. e.g. PDT is -420 because it's 7 hours behind UTC. |
0 commit comments