You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openApiDocs/beta/ChangeNotifications.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -268,15 +268,15 @@ components:
268
268
nullable: true
269
269
lifecycleNotificationUrl:
270
270
type: string
271
-
description: 'Optional. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved and missed notifications. This URL must make use of the HTTPS protocol.'
271
+
description: 'Optional. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol.'
272
272
nullable: true
273
273
notificationContentType:
274
274
type: string
275
275
description: Optional. Desired content-type for Microsoft Graph change notifications for supported resource types. The default content-type is application/json.
276
276
nullable: true
277
277
notificationQueryOptions:
278
278
type: string
279
-
description: 'Optional. OData query options for specifying the value for the targeting resource. Clients receive notifications when the resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc.'
279
+
description: 'Optional. OData query options for specifying the value for the targeting resource. Clients receive notifications when the resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc. Supported only for Universal Print Service. For more information, see Subscribe to change notifications from cloud printing APIs using Microsoft Graph.'
Copy file name to clipboardExpand all lines: openApiDocs/beta/CloudCommunications.yml
+85-17Lines changed: 85 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2645,6 +2645,8 @@ paths:
2645
2645
- metadata desc
2646
2646
- recordingInfo
2647
2647
- recordingInfo desc
2648
+
- restrictedExperience
2649
+
- restrictedExperience desc
2648
2650
type: string
2649
2651
- name: $select
2650
2652
in: query
@@ -2664,6 +2666,7 @@ paths:
2664
2666
- mediaStreams
2665
2667
- metadata
2666
2668
- recordingInfo
2669
+
- restrictedExperience
2667
2670
type: string
2668
2671
- name: $expand
2669
2672
in: query
@@ -2758,6 +2761,7 @@ paths:
2758
2761
- mediaStreams
2759
2762
- metadata
2760
2763
- recordingInfo
2764
+
- restrictedExperience
2761
2765
type: string
2762
2766
- name: $expand
2763
2767
in: query
@@ -3011,10 +3015,10 @@ paths:
3011
3015
tags:
3012
3016
- communications.Actions
3013
3017
summary: Invoke action invite
3014
-
description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.'
3018
+
description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.'
description: 'Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report and Teams live event recordings are online meeting artifacts. For details, see Online meeting artifacts and permissions.'
description: The display name of the identity. This property is read-only.
10180
+
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.'
10125
10181
nullable: true
10126
10182
id:
10127
10183
type: string
10128
-
description: The identifier of the identity. This property is read-only.
0 commit comments