Skip to content

Commit 69501f1

Browse files
committed
Update OpenAPI specs
Source commit: f0aef1c924927148baace42d1a79b32bd39afb53
1 parent fa0726c commit 69501f1

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

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: e381c500ad5ea7c2e4675b0825f2ae15cd348271
5+
x-source-commit-sha: ec68ddd63c62956ad003ba588e97201165abbfb1
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: 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 Client API
5-
x-source-commit-sha: e381c500ad5ea7c2e4675b0825f2ae15cd348271
5+
x-source-commit-sha: ec68ddd63c62956ad003ba588e97201165abbfb1
66
description: |
77
# Introduction
88
These are the public APIs to enable implementing a custom client interface to the Glean system.
@@ -4359,6 +4359,21 @@ components:
43594359
attendees:
43604360
$ref: '#/components/schemas/CalendarAttendees'
43614361
description: The attendee list, including their response status
4362+
isCancelled:
4363+
type: boolean
4364+
description: Whether the meeting has been cancelled
4365+
location:
4366+
type: string
4367+
description: The location/venue of the meeting
4368+
responseStatus:
4369+
type: string
4370+
description: The current user's response status (accepted, declined, tentativelyAccepted, none)
4371+
conferenceUri:
4372+
type: string
4373+
description: The meeting join link (Teams, Zoom, etc.)
4374+
conferenceProvider:
4375+
type: string
4376+
description: The conference provider (e.g., "Microsoft Teams", "Zoom")
43624377
AppResult:
43634378
required:
43644379
- datasource

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: e381c500ad5ea7c2e4675b0825f2ae15cd348271
5+
x-source-commit-sha: ec68ddd63c62956ad003ba588e97201165abbfb1
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)