Skip to content

Commit 5753360

Browse files
Update generated_specs and overlayed_specs
Generated-by: .github/workflows/transform.yml
1 parent 94a7e0b commit 5753360

File tree

7 files changed

+687
-688
lines changed

7 files changed

+687
-688
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.691.0
1+
speakeasyVersion: 1.563.2
22
sources:
33
glean-api-specs:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:0a2baf3259912e43545f6783ac220939e45e8462976c489869b094b8335c36d8
6-
sourceBlobDigest: sha256:b713f33b1365ee1a46b1bd0ab8afa3f44c64f8dd156cd0921e45110f55fe15b0
5+
sourceRevisionDigest: sha256:84d8d4d19a5a497923b2c3ebc69461202acfad764267fdf9dc68273ae6e6869d
6+
sourceBlobDigest: sha256:2de86d2ff2dff62dae7e87d0405aadf880bf143cdae70d2f80a2c15693269c74
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: c781b892ed396d6a0aee04a9e85097ebaa81ae76
5+
x-source-commit-sha: bbc7537b5fced0b36121136cd850dc7a3a411233
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: 6953a9517f6f59a9eb9c7857521819a2298dabee
12+
x-open-api-commit-sha: 94a7e0b12340d3290791a99c94de2bc829124cda
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: c781b892ed396d6a0aee04a9e85097ebaa81ae76
5+
x-source-commit-sha: bbc7537b5fced0b36121136cd850dc7a3a411233
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: 6953a9517f6f59a9eb9c7857521819a2298dabee
34+
x-open-api-commit-sha: 94a7e0b12340d3290791a99c94de2bc829124cda
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: c781b892ed396d6a0aee04a9e85097ebaa81ae76
5+
x-source-commit-sha: bbc7537b5fced0b36121136cd850dc7a3a411233
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: 6953a9517f6f59a9eb9c7857521819a2298dabee
15+
x-open-api-commit-sha: 94a7e0b12340d3290791a99c94de2bc829124cda
1616
servers:
1717
- url: https://{instance}-be.glean.com
1818
variables:

0 commit comments

Comments
 (0)