Skip to content

Commit e5d0040

Browse files
Update generated_specs and overlayed_specs
Generated-by: .github/workflows/transform.yml
1 parent 5541f01 commit e5d0040

File tree

7 files changed

+688
-687
lines changed

7 files changed

+688
-687
lines changed

.speakeasy/workflow.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.563.2
1+
speakeasyVersion: 1.691.0
22
sources:
33
glean-api-specs:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:84d8d4d19a5a497923b2c3ebc69461202acfad764267fdf9dc68273ae6e6869d
6-
sourceBlobDigest: sha256:2de86d2ff2dff62dae7e87d0405aadf880bf143cdae70d2f80a2c15693269c74
5+
sourceRevisionDigest: sha256:31f7ef5719620f3c1a91e51a84d946bd00e53b833988f5eeb430cbc4f5fa89be
6+
sourceBlobDigest: sha256:f884da75522a68a019e6761f236b07cc8225c8acb378833edb00638ae54274a2
77
tags:
88
- latest
99
- main

generated_specs/admin_rest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean Rest Admin API
5-
x-source-commit-sha: bbc7537b5fced0b36121136cd850dc7a3a411233
5+
x-source-commit-sha: 9e946f24fa830ffc02925c8652971a27b3612a21
66
description: |
77
# Introduction
88
These are all the APIs exposed to the users through an auth token to utilize certain admin
99
operations. These offer limited exposure to the admin APIs through rest endpoints.
1010
x-logo:
1111
url: https://app.glean.com/images/glean-text2.svg
12-
x-open-api-commit-sha: 94a7e0b12340d3290791a99c94de2bc829124cda
12+
x-open-api-commit-sha: 5541f01b1e523c8c0f5aef811a226cc569224673
1313
servers:
1414
- url: https://{instance}-be.glean.com
1515
variables:

generated_specs/client_rest.yaml

Lines changed: 2 additions & 2 deletions
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: bbc7537b5fced0b36121136cd850dc7a3a411233
5+
x-source-commit-sha: 9e946f24fa830ffc02925c8652971a27b3612a21
66
description: |
77
# Introduction
88
These are the public APIs to enable implementing a custom client interface to the Glean system.
@@ -31,7 +31,7 @@ info:
3131
Determine the host you need to connect to. This will be the URL of the backend for your Glean deployment, for example, customer-be.glean.com
3232
x-logo:
3333
url: https://app.glean.com/images/glean-text2.svg
34-
x-open-api-commit-sha: 94a7e0b12340d3290791a99c94de2bc829124cda
34+
x-open-api-commit-sha: 5541f01b1e523c8c0f5aef811a226cc569224673
3535
servers:
3636
- url: https://{instance}-be.glean.com
3737
variables:

generated_specs/indexing.yaml

Lines changed: 2 additions & 2 deletions
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: bbc7537b5fced0b36121136cd850dc7a3a411233
5+
x-source-commit-sha: 9e946f24fa830ffc02925c8652971a27b3612a21
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.
@@ -12,7 +12,7 @@ info:
1212
with a 6-month sunset period for anything that requires developers to adopt the new versions.
1313
x-logo:
1414
url: https://app.glean.com/images/glean-text2.svg
15-
x-open-api-commit-sha: 94a7e0b12340d3290791a99c94de2bc829124cda
15+
x-open-api-commit-sha: 5541f01b1e523c8c0f5aef811a226cc569224673
1616
servers:
1717
- url: https://{instance}-be.glean.com
1818
variables:

0 commit comments

Comments
 (0)