Skip to content

Commit e923dbd

Browse files
committed
Update OpenAPI specs
Source commit: 2110970f22e90b4e02f1574e2d63d4b6796f6737
1 parent 5bf377f commit e923dbd

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

source_specs/admin_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 Rest Admin API
5-
x-source-commit-sha: 136c40c8838b29a96cb85a59365dbb934ebbec23
5+
x-source-commit-sha: fd18bf128f02d759cd67e775eaa6c10d96fe177b
66
description: |
77
# Introduction
88
These are all the APIs exposed to the users through an auth token to utilize certain admin

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: 136c40c8838b29a96cb85a59365dbb934ebbec23
5+
x-source-commit-sha: fd18bf128f02d759cd67e775eaa6c10d96fe177b
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: 16 additions & 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: 136c40c8838b29a96cb85a59365dbb934ebbec23
5+
x-source-commit-sha: fd18bf128f02d759cd67e775eaa6c10d96fe177b
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.
@@ -602,6 +602,11 @@ paths:
602602
description: Not Authorized
603603
'429':
604604
description: Too Many Requests
605+
x-glean-deprecated:
606+
id: 7eec0433-78fd-49f9-a34f-cca83640ec24
607+
introduced: '2026-02-03'
608+
message: Endpoint is deprecated
609+
removal: '2026-10-15'
605610
/getdocumentcount:
606611
post:
607612
deprecated: true
@@ -632,6 +637,11 @@ paths:
632637
description: Not Authorized
633638
'409':
634639
description: Conflict
640+
x-glean-deprecated:
641+
id: c164089c-9412-4724-acf6-caf3b0d2a527
642+
introduced: '2026-02-03'
643+
message: Endpoint is deprecated
644+
removal: '2026-10-15'
635645
/getusercount:
636646
post:
637647
deprecated: true
@@ -662,6 +672,11 @@ paths:
662672
description: Not Authorized
663673
'409':
664674
description: Conflict
675+
x-glean-deprecated:
676+
id: 4f5df873-385e-4539-8183-cb764b0f06b9
677+
introduced: '2026-02-03'
678+
message: Endpoint is deprecated
679+
removal: '2026-10-15'
665680
/betausers:
666681
post:
667682
summary: Beta users

0 commit comments

Comments
 (0)