Skip to content

Commit 4f161c6

Browse files
Update generated_specs and overlayed_specs
Generated-by: .github/workflows/transform.yml
1 parent 6953a95 commit 4f161c6

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.675.2
1+
speakeasyVersion: 1.689.0
22
sources:
33
glean-api-specs:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:c1096f27a43ac85246b3da84ba98a970543a511af0558ddbd7d673adc911db6f
6-
sourceBlobDigest: sha256:f78b68b993a5fdbee35f43e582c483f18660c8a58af7f7b0518a361738b33c95
5+
sourceRevisionDigest: sha256:0a2baf3259912e43545f6783ac220939e45e8462976c489869b094b8335c36d8
6+
sourceBlobDigest: sha256:b713f33b1365ee1a46b1bd0ab8afa3f44c64f8dd156cd0921e45110f55fe15b0
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: d4f2fa72a23a5da96d1ac7baaee268890c9e5b22
5+
x-source-commit-sha: c781b892ed396d6a0aee04a9e85097ebaa81ae76
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: 45b2188fe1c63b00dea76e7623d58f7a3b89bbf2
12+
x-open-api-commit-sha: 6953a9517f6f59a9eb9c7857521819a2298dabee
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: d4f2fa72a23a5da96d1ac7baaee268890c9e5b22
5+
x-source-commit-sha: c781b892ed396d6a0aee04a9e85097ebaa81ae76
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: 45b2188fe1c63b00dea76e7623d58f7a3b89bbf2
34+
x-open-api-commit-sha: 6953a9517f6f59a9eb9c7857521819a2298dabee
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: d4f2fa72a23a5da96d1ac7baaee268890c9e5b22
5+
x-source-commit-sha: c781b892ed396d6a0aee04a9e85097ebaa81ae76
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: 45b2188fe1c63b00dea76e7623d58f7a3b89bbf2
15+
x-open-api-commit-sha: 6953a9517f6f59a9eb9c7857521819a2298dabee
1616
servers:
1717
- url: https://{instance}-be.glean.com
1818
variables:

0 commit comments

Comments
 (0)