Skip to content
Merged
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
6 changes: 3 additions & 3 deletions config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"versions": {
"authentication": {
"prerelease": "",
"version": "2.5.0"
"version": "2.6.0"
},
"beta": {
"prerelease": "",
"version": "2.5.0"
"version": "2.6.0"
},
"v1.0": {
"prerelease": "",
"version": "2.5.0"
"version": "2.6.0"
}
}
}
426 changes: 385 additions & 41 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

33 changes: 17 additions & 16 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7161,7 +7161,7 @@ paths:
tags:
- solutions.virtualEventsRoot
summary: Get callRecording
description: 'Get a callRecording object associated with an onlineMeeting. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of text associated with the recording.'
description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API does not support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.'
operationId: solution.virtualEvent.event.session_ListRecording
parameters:
- name: virtualEvent-id
Expand Down Expand Up @@ -7290,7 +7290,7 @@ paths:
tags:
- solutions.virtualEventsRoot
summary: Get callRecording
description: 'Get a callRecording object associated with an onlineMeeting. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of text associated with the recording.'
description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API does not support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.'
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0
Expand Down Expand Up @@ -7784,11 +7784,11 @@ paths:
delete:
tags:
- solutions.virtualEventsRoot
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
operationId: solution.virtualEvent.event.session_DeleteRegistration
parameters:
- name: virtualEvent-id
Expand Down Expand Up @@ -8665,7 +8665,7 @@ paths:
tags:
- solutions.virtualEventsRoot
summary: List transcripts
description: Retrieve the list of callTranscript objects associated with an onlineMeeting.
description: 'Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API does not support getting call transcripts from channel meetings. '
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0
Expand Down Expand Up @@ -8800,7 +8800,7 @@ paths:
tags:
- solutions.virtualEventsRoot
summary: Get callTranscript
description: Retrieve a callTranscript object associated with an onlineMeeting. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API does not support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0
Expand Down Expand Up @@ -12676,7 +12676,7 @@ paths:
tags:
- solutions.virtualEventsRoot
summary: Get callRecording
description: 'Get a callRecording object associated with an onlineMeeting. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of text associated with the recording.'
description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API does not support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.'
operationId: solution.virtualEvent.webinar.session_ListRecording
parameters:
- name: virtualEventWebinar-id
Expand Down Expand Up @@ -12805,7 +12805,7 @@ paths:
tags:
- solutions.virtualEventsRoot
summary: Get callRecording
description: 'Get a callRecording object associated with an onlineMeeting. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of text associated with the recording.'
description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API does not support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.'
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0
Expand Down Expand Up @@ -13299,11 +13299,11 @@ paths:
delete:
tags:
- solutions.virtualEventsRoot
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
operationId: solution.virtualEvent.webinar.session_DeleteRegistration
parameters:
- name: virtualEventWebinar-id
Expand Down Expand Up @@ -14180,7 +14180,7 @@ paths:
tags:
- solutions.virtualEventsRoot
summary: List transcripts
description: Retrieve the list of callTranscript objects associated with an onlineMeeting.
description: 'Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API does not support getting call transcripts from channel meetings. '
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0
Expand Down Expand Up @@ -14315,7 +14315,7 @@ paths:
tags:
- solutions.virtualEventsRoot
summary: Get callTranscript
description: Retrieve a callTranscript object associated with an onlineMeeting. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API does not support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0
Expand Down Expand Up @@ -16671,11 +16671,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -17492,6 +17492,7 @@ components:
type: string
message:
type: string
x-ms-primary-error-message: true
target:
type: string
nullable: true
Expand Down
1 change: 1 addition & 0 deletions openApiDocs/beta/Calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76363,6 +76363,7 @@ components:
type: string
message:
type: string
x-ms-primary-error-message: true
target:
type: string
nullable: true
Expand Down
1 change: 1 addition & 0 deletions openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ components:
type: string
message:
type: string
x-ms-primary-error-message: true
target:
type: string
nullable: true
Expand Down
Loading