Skip to content

Commit 2f9a6b0

Browse files
committed
update validated open api docs
1 parent 8803d8b commit 2f9a6b0

47 files changed

Lines changed: 31574 additions & 15596 deletions

Some content is hidden

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

openApiDocs/beta/Applications.yml

Lines changed: 234 additions & 17 deletions
Large diffs are not rendered by default.

openApiDocs/beta/BackupRestore.yml

Lines changed: 141 additions & 16 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Bookings.yml

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

openApiDocs/beta/BusinessScenario.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,6 +2544,7 @@ components:
25442544
lastModifiedDateTime:
25452545
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])$'
25462546
type: string
2547+
description: 'Read-only. Date and time at which this is last modified. 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'
25472548
format: date-time
25482549
nullable: true
25492550
orderHint:

openApiDocs/beta/Calendar.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,10 +2106,6 @@ paths:
21062106
tags:
21072107
- groups.calendar
21082108
summary: Invoke action permanentDelete
2109-
description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.'
2110-
externalDocs:
2111-
description: Find more info here
2112-
url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta
21132109
operationId: group.calendar_permanentDelete
21142110
parameters:
21152111
- name: group-id
@@ -12956,10 +12952,6 @@ paths:
1295612952
tags:
1295712953
- users.calendar
1295812954
summary: Invoke action permanentDelete
12959-
description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.'
12960-
externalDocs:
12961-
description: Find more info here
12962-
url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta
1296312955
operationId: user.calendar_permanentDelete
1296412956
parameters:
1296512957
- name: user-id
@@ -16146,10 +16138,6 @@ paths:
1614616138
tags:
1614716139
- users.calendarGroup
1614816140
summary: Invoke action permanentDelete
16149-
description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.'
16150-
externalDocs:
16151-
description: Find more info here
16152-
url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta
1615316141
operationId: user.calendarGroup.calendar_permanentDelete
1615416142
parameters:
1615516143
- name: user-id
@@ -18916,9 +18904,6 @@ paths:
1891618904
- users.calendar
1891718905
summary: Invoke action permanentDelete
1891818906
description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.'
18919-
externalDocs:
18920-
description: Find more info here
18921-
url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta
1892218907
operationId: user.calendar_permanentDelete
1892318908
parameters:
1892418909
- name: user-id

openApiDocs/beta/CloudCommunications.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18955,6 +18955,11 @@ components:
1895518955
type: string
1895618956
description: Email address of the user associated with this attendance record.
1895718957
nullable: true
18958+
engagements:
18959+
type: array
18960+
items:
18961+
$ref: '#/components/schemas/microsoft.graph.meetingEngagement'
18962+
description: The list of real-time participant interaction behaviors during a meeting.
1895818963
externalRegistrationInformation:
1895918964
$ref: '#/components/schemas/microsoft.graph.virtualEventExternalRegistrationInformation'
1896018965
identity:
@@ -19975,6 +19980,8 @@ components:
1997519980
$ref: '#/components/schemas/microsoft.graph.chatInfo'
1997619981
chatRestrictions:
1997719982
$ref: '#/components/schemas/microsoft.graph.chatRestrictions'
19983+
cloudVideoInteropInfo:
19984+
$ref: '#/components/schemas/microsoft.graph.cloudVideoInteropInfo'
1997819985
expiryDateTime:
1997919986
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])$'
1998019987
type: string
@@ -20145,6 +20152,24 @@ components:
2014520152
nullable: true
2014620153
additionalProperties:
2014720154
type: object
20155+
microsoft.graph.meetingEngagement:
20156+
title: meetingEngagement
20157+
type: object
20158+
properties:
20159+
dateTime:
20160+
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])$'
20161+
type: string
20162+
description: 'The UTC date and time when the engagement event occurred, in ISO 8601 format.'
20163+
format: date-time
20164+
nullable: true
20165+
engagementSubType:
20166+
type: string
20167+
description: 'The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone).'
20168+
nullable: true
20169+
engagementType:
20170+
$ref: '#/components/schemas/microsoft.graph.meetingEngagementType'
20171+
additionalProperties:
20172+
type: object
2014820173
microsoft.graph.virtualEventExternalRegistrationInformation:
2014920174
title: virtualEventExternalRegistrationInformation
2015020175
type: object
@@ -21144,6 +21169,21 @@ components:
2114421169
nullable: true
2114521170
additionalProperties:
2114621171
type: object
21172+
microsoft.graph.cloudVideoInteropInfo:
21173+
title: cloudVideoInteropInfo
21174+
type: object
21175+
properties:
21176+
moreInfoWebUrl:
21177+
type: string
21178+
nullable: true
21179+
tenantKey:
21180+
type: string
21181+
nullable: true
21182+
videoTeleconferenceId:
21183+
type: string
21184+
nullable: true
21185+
additionalProperties:
21186+
type: object
2114721187
microsoft.graph.joinMeetingIdSettings:
2114821188
title: joinMeetingIdSettings
2114921189
type: object
@@ -21261,6 +21301,15 @@ components:
2126121301
nullable: true
2126221302
additionalProperties:
2126321303
type: object
21304+
microsoft.graph.meetingEngagementType:
21305+
title: meetingEngagementType
21306+
enum:
21307+
- reaction
21308+
- hand
21309+
- camera
21310+
- microphone
21311+
- unknownFutureValue
21312+
type: string
2126421313
microsoft.graph.meetingAudience:
2126521314
title: meetingAudience
2126621315
enum:

0 commit comments

Comments
 (0)