Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
251 changes: 234 additions & 17 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

157 changes: 141 additions & 16 deletions openApiDocs/beta/BackupRestore.yml

Large diffs are not rendered by default.

1,387 changes: 1,342 additions & 45 deletions openApiDocs/beta/Bookings.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions openApiDocs/beta/BusinessScenario.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2544,6 +2544,7 @@ components:
lastModifiedDateTime:
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])$'
type: string
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'
format: date-time
nullable: true
orderHint:
Expand Down
15 changes: 0 additions & 15 deletions openApiDocs/beta/Calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2106,10 +2106,6 @@ paths:
tags:
- groups.calendar
summary: Invoke action permanentDelete
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.'
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta
operationId: group.calendar_permanentDelete
parameters:
- name: group-id
Expand Down Expand Up @@ -12956,10 +12952,6 @@ paths:
tags:
- users.calendar
summary: Invoke action permanentDelete
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.'
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta
operationId: user.calendar_permanentDelete
parameters:
- name: user-id
Expand Down Expand Up @@ -16146,10 +16138,6 @@ paths:
tags:
- users.calendarGroup
summary: Invoke action permanentDelete
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.'
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta
operationId: user.calendarGroup.calendar_permanentDelete
parameters:
- name: user-id
Expand Down Expand Up @@ -18916,9 +18904,6 @@ paths:
- users.calendar
summary: Invoke action permanentDelete
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.'
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta
operationId: user.calendar_permanentDelete
parameters:
- name: user-id
Expand Down
49 changes: 49 additions & 0 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18955,6 +18955,11 @@ components:
type: string
description: Email address of the user associated with this attendance record.
nullable: true
engagements:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingEngagement'
description: The list of real-time participant interaction behaviors during a meeting.
externalRegistrationInformation:
$ref: '#/components/schemas/microsoft.graph.virtualEventExternalRegistrationInformation'
identity:
Expand Down Expand Up @@ -19975,6 +19980,8 @@ components:
$ref: '#/components/schemas/microsoft.graph.chatInfo'
chatRestrictions:
$ref: '#/components/schemas/microsoft.graph.chatRestrictions'
cloudVideoInteropInfo:
$ref: '#/components/schemas/microsoft.graph.cloudVideoInteropInfo'
expiryDateTime:
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])$'
type: string
Expand Down Expand Up @@ -20145,6 +20152,24 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.meetingEngagement:
title: meetingEngagement
type: object
properties:
dateTime:
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])$'
type: string
description: 'The UTC date and time when the engagement event occurred, in ISO 8601 format.'
format: date-time
nullable: true
engagementSubType:
type: string
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).'
nullable: true
engagementType:
$ref: '#/components/schemas/microsoft.graph.meetingEngagementType'
additionalProperties:
type: object
microsoft.graph.virtualEventExternalRegistrationInformation:
title: virtualEventExternalRegistrationInformation
type: object
Expand Down Expand Up @@ -21144,6 +21169,21 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.cloudVideoInteropInfo:
title: cloudVideoInteropInfo
type: object
properties:
moreInfoWebUrl:
type: string
nullable: true
tenantKey:
type: string
nullable: true
videoTeleconferenceId:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.joinMeetingIdSettings:
title: joinMeetingIdSettings
type: object
Expand Down Expand Up @@ -21261,6 +21301,15 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.meetingEngagementType:
title: meetingEngagementType
enum:
- reaction
- hand
- camera
- microphone
- unknownFutureValue
type: string
microsoft.graph.meetingAudience:
title: meetingAudience
enum:
Expand Down
Loading
Loading