Skip to content

Commit 3c68c10

Browse files
committed
Update OpenAPI specs
Source commit: 91bd795f3efd36c5915f6103b5d1437e7639b918
1 parent 5cadde5 commit 3c68c10

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

source_specs/admin_rest.yaml

Lines changed: 5 additions & 5 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 Rest Admin API
5-
x-source-commit-sha: 32d11d5a278a2bd084186949b4d19149283d7067
5+
x-source-commit-sha: fbe07efa69fe3d2aef0668a8f0c2197cf5b3c446
66
description: |
77
# Introduction
88
These are all the APIs exposed to the users through an auth token to utilize certain admin
@@ -301,7 +301,7 @@ paths:
301301
description: Creates a new DLP findings export job.
302302
summary: Creates findings export
303303
operationId: createfindingsexport
304-
x-visibility: Private
304+
x-visibility: Public
305305
tags:
306306
- Governance
307307
requestBody:
@@ -325,7 +325,7 @@ paths:
325325
description: Lists all DLP findings exports.
326326
summary: Lists findings exports
327327
operationId: listfindingsexports
328-
x-visibility: Private
328+
x-visibility: Public
329329
tags:
330330
- Governance
331331
responses:
@@ -344,7 +344,7 @@ paths:
344344
description: Downloads a DLP findings export as a CSV file.
345345
summary: Downloads findings export
346346
operationId: downloadfindingsexport
347-
x-visibility: Private
347+
x-visibility: Public
348348
tags:
349349
- Governance
350350
parameters:
@@ -370,7 +370,7 @@ paths:
370370
description: Deletes a DLP findings export.
371371
summary: Deletes findings export
372372
operationId: deletefindingsexport
373-
x-visibility: Private
373+
x-visibility: Public
374374
tags:
375375
- Governance
376376
parameters:

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: 32d11d5a278a2bd084186949b4d19149283d7067
5+
x-source-commit-sha: fbe07efa69fe3d2aef0668a8f0c2197cf5b3c446
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: 32d11d5a278a2bd084186949b4d19149283d7067
5+
x-source-commit-sha: fbe07efa69fe3d2aef0668a8f0c2197cf5b3c446
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)