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/Bookings.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2611,7 +2611,7 @@ components:
2611
2611
maximum: 2147483647
2612
2612
minimum: -2147483648
2613
2613
type: integer
2614
-
description: The maximum number of customers allowed in an appointment.
2614
+
description: 'The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.'
2615
2615
format: int32
2616
2616
onlineMeetingUrl:
2617
2617
type: string
@@ -2757,7 +2757,7 @@ components:
2757
2757
maximum: 2147483647
2758
2758
minimum: -2147483648
2759
2759
type: integer
2760
-
description: The maximum number of customers allowed in a service.
2760
+
description: 'The maximum number of customers allowed in a service. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.'
Copy file name to clipboardExpand all lines: openApiDocs/beta/ChangeNotifications.yml
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ components:
217
217
properties:
218
218
applicationId:
219
219
type: string
220
-
description: Identifier of the application used to create the subscription. Read-only.
220
+
description: Optional. Identifier of the application used to create the subscription. Read-only.
221
221
nullable: true
222
222
changeType:
223
223
type: string
@@ -228,11 +228,11 @@ components:
228
228
nullable: true
229
229
creatorId:
230
230
type: string
231
-
description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.'
231
+
description: 'Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.'
232
232
nullable: true
233
233
encryptionCertificate:
234
234
type: string
235
-
description: A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true.
235
+
description: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true.
236
236
nullable: true
237
237
encryptionCertificateId:
238
238
type: string
@@ -249,25 +249,26 @@ components:
249
249
nullable: true
250
250
latestSupportedTlsVersion:
251
251
type: string
252
-
description: 'Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.'
252
+
description: 'Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.'
253
253
nullable: true
254
254
lifecycleNotificationUrl:
255
255
type: string
256
256
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.'
257
257
nullable: true
258
258
notificationContentType:
259
259
type: string
260
-
description: Desired content-type for Microsoft Graph change notifications for supported resource types. The default content-type is application/json.
260
+
description: Optional. Desired content-type for Microsoft Graph change notifications for supported resource types. The default content-type is application/json.
261
261
nullable: true
262
262
notificationQueryOptions:
263
263
type: string
264
-
description: 'OData query options for specifying value for the targeting resource. Clients receive notifications when 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.'
264
+
description: 'Optional. OData query options for specifying value for the targeting resource. Clients receive notifications when 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.'
265
265
nullable: true
266
266
notificationUrl:
267
267
type: string
268
268
description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
269
269
notificationUrlAppId:
270
270
type: string
271
+
description: Optional. The app ID that the subscription service can use to generate the validation token. This allows the client to validate the authenticity of the notification received.
Copy file name to clipboardExpand all lines: openApiDocs/beta/DeviceManagement.Enrolment.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25872,7 +25872,7 @@ components:
25872
25872
description: Indicates if Weclome screen is disabled
25873
25873
userlessSharedAadModeEnabled:
25874
25874
type: boolean
25875
-
description: Indicates that this apple device is designated to support 'shared device mode' scenarios. This is distinct from the 'shared iPad' scenario. See Shared iOS and iPadOS devices.
25875
+
description: Indicates that this apple device is designated to support 'shared device mode' scenarios. This is distinct from the 'shared iPad' scenario. See Shared iOS and iPadOS devices
0 commit comments