Skip to content

Commit bddeb06

Browse files
committed
Update OpenAPI specs
Source commit: 8170228d7bc4c2e24b543a6604226d1a2d43a617
1 parent 6d82885 commit bddeb06

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

source_specs/admin_rest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean Rest Admin API
5-
x-source-commit-sha: 41945568bbeaa3f3afe2f4dd0bc2e4a8a75666e0
5+
x-source-commit-sha: 2744ae48756972f280bdbfb6f80e9ba6ed21fdaf
66
description: |
77
# Introduction
88
These are all the APIs exposed to the users through an auth token to utilize certain admin

source_specs/client_rest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean Client API
5-
x-source-commit-sha: 41945568bbeaa3f3afe2f4dd0bc2e4a8a75666e0
5+
x-source-commit-sha: 2744ae48756972f280bdbfb6f80e9ba6ed21fdaf
66
description: |
77
# Introduction
88
These are the public APIs to enable implementing a custom client interface to the Glean system.
@@ -2386,6 +2386,7 @@ components:
23862386
- SIDEBAR
23872387
- SUMMARY
23882388
- TASKS
2389+
- TASK_EXECUTION
23892390
issue:
23902391
type: string
23912392
description: The issue the user indicated in the feedback.

source_specs/indexing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean Indexing API
5-
x-source-commit-sha: 41945568bbeaa3f3afe2f4dd0bc2e4a8a75666e0
5+
x-source-commit-sha: 2744ae48756972f280bdbfb6f80e9ba6ed21fdaf
66
description: |
77
# Introduction
88
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.

0 commit comments

Comments
 (0)