Skip to content

Commit 7e662a1

Browse files
committed
Update OpenAPI specs
Source commit: 91e5d77a63adb775c0d058597349c1212f8f18b7
1 parent 4e5af83 commit 7e662a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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: 265466acad8d0848e3eb6657952bbc9d0b751b0f
5+
x-source-commit-sha: 90a62fda5499aeba7a74c3309e0bc66de616ae2d
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: 265466acad8d0848e3eb6657952bbc9d0b751b0f
5+
x-source-commit-sha: 90a62fda5499aeba7a74c3309e0bc66de616ae2d
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: 265466acad8d0848e3eb6657952bbc9d0b751b0f
5+
x-source-commit-sha: 90a62fda5499aeba7a74c3309e0bc66de616ae2d
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)