Skip to content

Commit ddcbe07

Browse files
committed
update openApi Docs
1 parent 5eb325f commit ddcbe07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+38456
-126056
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 682 additions & 45 deletions
Large diffs are not rendered by default.

openApiDocs/beta/BackupRestore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8094,7 +8094,7 @@ components:
80948094
items:
80958095
type: string
80968096
nullable: true
8097-
description: The list of directory object IDs that are added to the corresponding Exchange restore session in a bulk operation. This property isn't implemented yet. Future value; don't use.
8097+
description: The list of directory object IDs that are added to the corresponding Exchange restore session in a bulk operation.
80988098
mailboxes:
80998099
type: array
81008100
items:
@@ -8213,7 +8213,7 @@ components:
82138213
items:
82148214
type: string
82158215
nullable: true
8216-
description: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. This property isn't implemented yet. Future value; don't use.
8216+
description: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation.
82178217
drives:
82188218
type: array
82198219
items:
@@ -8560,7 +8560,7 @@ components:
85608560
items:
85618561
type: string
85628562
nullable: true
8563-
description: The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation. This property isn't implemented yet. Future value; don't use.
8563+
description: The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation.
85648564
siteWebUrls:
85658565
type: array
85668566
items:

openApiDocs/beta/Bookings.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7309,8 +7309,11 @@ paths:
73097309
get:
73107310
tags:
73117311
- solutions.virtualEventsRoot
7312-
summary: Get attendanceReports from solutions
7313-
description: The attendance reports of an online meeting. Read-only.
7312+
summary: List meetingAttendanceReports
7313+
description: 'Get a list of meetingAttendanceReport objects for an onlineMeeting or a virtualEvent. Each time an online meeting or a virtual event ends, an attendance report is generated for that session.'
7314+
externalDocs:
7315+
description: Find more info here
7316+
url: https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta
73147317
operationId: solution.virtualEvent.townhall.session_ListAttendanceReport
73157318
parameters:
73167319
- name: virtualEventTownhall-id
@@ -7416,8 +7419,11 @@ paths:
74167419
get:
74177420
tags:
74187421
- solutions.virtualEventsRoot
7419-
summary: Get attendanceReports from solutions
7420-
description: The attendance reports of an online meeting. Read-only.
7422+
summary: Get meetingAttendanceReport
7423+
description: 'Get the meetingAttendanceReport for an onlineMeeting or a virtualEvent. When an online meeting ends, an attendance report is generated for that session.'
7424+
externalDocs:
7425+
description: Find more info here
7426+
url: https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta
74217427
operationId: solution.virtualEvent.townhall.session_GetAttendanceReport
74227428
parameters:
74237429
- name: virtualEventTownhall-id
@@ -12804,6 +12810,7 @@ components:
1280412810
$ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone'
1280512811
videoOnDemandWebUrl:
1280612812
type: string
12813+
description: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings.
1280712814
nullable: true
1280812815
presenters:
1280912816
type: array
@@ -12935,7 +12942,7 @@ components:
1293512942
registrationDateTime:
1293612943
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1293712944
type: string
12938-
description: 'Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
12945+
description: 'Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
1293912946
format: date-time
1294012947
nullable: true
1294112948
registrationQuestionAnswers:
@@ -15385,7 +15392,7 @@ components:
1538515392
items:
1538615393
type: string
1538715394
nullable: true
15388-
description: The list of directory object IDs that are added to the corresponding Exchange restore session in a bulk operation. This property isn't implemented yet. Future value; don't use.
15395+
description: The list of directory object IDs that are added to the corresponding Exchange restore session in a bulk operation.
1538915396
mailboxes:
1539015397
type: array
1539115398
items:
@@ -15435,7 +15442,7 @@ components:
1543515442
items:
1543615443
type: string
1543715444
nullable: true
15438-
description: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. This property isn't implemented yet. Future value; don't use.
15445+
description: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation.
1543915446
drives:
1544015447
type: array
1544115448
items:
@@ -15592,7 +15599,7 @@ components:
1559215599
items:
1559315600
type: string
1559415601
nullable: true
15595-
description: The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation. This property isn't implemented yet. Future value; don't use.
15602+
description: The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation.
1559615603
siteWebUrls:
1559715604
type: array
1559815605
items:

0 commit comments

Comments
 (0)