Skip to content

Commit 1da3896

Browse files
committed
Update OpenAPI specs
Source commit: 01c2960bbe5fb54ff842337020214a0263eb72c3
1 parent 0fe4eb3 commit 1da3896

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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: 173bb03876e606f2cb036e9bab5889ff7cae3dbc
5+
x-source-commit-sha: ae01fe592e011c8d3e634e28599d7f138b76dc95
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: 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 Client API
5-
x-source-commit-sha: 173bb03876e606f2cb036e9bab5889ff7cae3dbc
5+
x-source-commit-sha: ae01fe592e011c8d3e634e28599d7f138b76dc95
66
description: |
77
# Introduction
88
These are the public APIs to enable implementing a custom client interface to the Glean system.

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: 173bb03876e606f2cb036e9bab5889ff7cae3dbc
5+
x-source-commit-sha: ae01fe592e011c8d3e634e28599d7f138b76dc95
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)