Skip to content

Commit be108fb

Browse files
Update generated_specs and overlayed_specs
Generated-by: .github/workflows/transform.yml
1 parent ef6741a commit be108fb

File tree

7 files changed

+18
-15
lines changed

7 files changed

+18
-15
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.682.0
1+
speakeasyVersion: 1.684.0
22
sources:
33
glean-api-specs:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:8bc1373773f05bb79e9df85f38a2f698a1db85de537f23b734a0a30ee98e08b1
6-
sourceBlobDigest: sha256:72e489a07631df9d352e4cd9ec64572e74d029af3f6be9069756abbcb978dfc6
5+
sourceRevisionDigest: sha256:6d8301e13d8e824b0cd5b359d82a63cc89bafab76acc286598e1b1664584d8f9
6+
sourceBlobDigest: sha256:8fc1fa0fba592a00be2d0babfe89769f8c0413ec5fa6efe586e88b80a69825a1
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: 01ef519a8f095d8a06b212fb5712684cfe81da14
5+
x-source-commit-sha: 73720c10eb41436b03f8f69b30c5f1eaebe83136
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: 86e2546acea30f6e7af19c09b5b3671302473d02
12+
x-open-api-commit-sha: ef6741a4fcd031636396dc0ab0e89af1f1fba258
1313
servers:
1414
- url: https://{instance}-be.glean.com
1515
variables:

generated_specs/client_rest.yaml

Lines changed: 3 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: 01ef519a8f095d8a06b212fb5712684cfe81da14
5+
x-source-commit-sha: 73720c10eb41436b03f8f69b30c5f1eaebe83136
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: 86e2546acea30f6e7af19c09b5b3671302473d02
34+
x-open-api-commit-sha: ef6741a4fcd031636396dc0ab0e89af1f1fba258
3535
servers:
3636
- url: https://{instance}-be.glean.com
3737
variables:
@@ -329,6 +329,7 @@ paths:
329329
summary: List Answers
330330
description: List Answers created by the current user.
331331
operationId: listanswers
332+
deprecated: true
332333
x-visibility: Public
333334
x-codegen-request-body-name: payload
334335
parameters:

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: 01ef519a8f095d8a06b212fb5712684cfe81da14
5+
x-source-commit-sha: 73720c10eb41436b03f8f69b30c5f1eaebe83136
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: 86e2546acea30f6e7af19c09b5b3671302473d02
15+
x-open-api-commit-sha: ef6741a4fcd031636396dc0ab0e89af1f1fba258
1616
servers:
1717
- url: https://{instance}-be.glean.com
1818
variables:

overlayed_specs/glean-client-api-specs.yaml

Lines changed: 3 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 API
5-
x-source-commit-sha: 01ef519a8f095d8a06b212fb5712684cfe81da14
5+
x-source-commit-sha: 73720c10eb41436b03f8f69b30c5f1eaebe83136
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.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 86e2546acea30f6e7af19c09b5b3671302473d02
25+
x-open-api-commit-sha: ef6741a4fcd031636396dc0ab0e89af1f1fba258
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -322,6 +322,7 @@ paths:
322322
summary: List Answers
323323
description: List Answers created by the current user.
324324
operationId: listanswers
325+
deprecated: true
325326
x-visibility: Public
326327
x-codegen-request-body-name: payload
327328
parameters: []

overlayed_specs/glean-indexing-api-specs.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 API
5-
x-source-commit-sha: 01ef519a8f095d8a06b212fb5712684cfe81da14
5+
x-source-commit-sha: 73720c10eb41436b03f8f69b30c5f1eaebe83136
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.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 86e2546acea30f6e7af19c09b5b3671302473d02
25+
x-open-api-commit-sha: ef6741a4fcd031636396dc0ab0e89af1f1fba258
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com

overlayed_specs/glean-merged-spec.yaml

Lines changed: 3 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 API
5-
x-source-commit-sha: 01ef519a8f095d8a06b212fb5712684cfe81da14
5+
x-source-commit-sha: 73720c10eb41436b03f8f69b30c5f1eaebe83136
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.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 86e2546acea30f6e7af19c09b5b3671302473d02
25+
x-open-api-commit-sha: ef6741a4fcd031636396dc0ab0e89af1f1fba258
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com
@@ -322,6 +322,7 @@ paths:
322322
summary: List Answers
323323
description: List Answers created by the current user.
324324
operationId: listanswers
325+
deprecated: true
325326
x-visibility: Public
326327
x-codegen-request-body-name: payload
327328
parameters: []

0 commit comments

Comments
 (0)