Skip to content

Commit eb195c1

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Weekly OpenApiDocs Download
1 parent 3c9ce31 commit eb195c1

39 files changed

+23859
-4081
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 2086 additions & 87 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Bookings.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ paths:
314314
enum:
315315
- id
316316
- id desc
317+
- additionalInformation
318+
- additionalInformation desc
317319
- customerEmailAddress
318320
- customerEmailAddress desc
319321
- customerId
@@ -340,6 +342,10 @@ paths:
340342
- invoiceStatus desc
341343
- invoiceUrl
342344
- invoiceUrl desc
345+
- isLocationOnline
346+
- isLocationOnline desc
347+
- onlineMeetingUrl
348+
- onlineMeetingUrl desc
343349
- optOutOfCustomerEmail
344350
- optOutOfCustomerEmail desc
345351
- postBuffer
@@ -378,6 +384,7 @@ paths:
378384
items:
379385
enum:
380386
- id
387+
- additionalInformation
381388
- customerEmailAddress
382389
- customerId
383390
- customerLocation
@@ -391,6 +398,8 @@ paths:
391398
- invoiceId
392399
- invoiceStatus
393400
- invoiceUrl
401+
- isLocationOnline
402+
- onlineMeetingUrl
394403
- optOutOfCustomerEmail
395404
- postBuffer
396405
- preBuffer
@@ -502,6 +511,7 @@ paths:
502511
items:
503512
enum:
504513
- id
514+
- additionalInformation
505515
- customerEmailAddress
506516
- customerId
507517
- customerLocation
@@ -515,6 +525,8 @@ paths:
515525
- invoiceId
516526
- invoiceStatus
517527
- invoiceUrl
528+
- isLocationOnline
529+
- onlineMeetingUrl
518530
- optOutOfCustomerEmail
519531
- postBuffer
520532
- preBuffer
@@ -698,6 +710,8 @@ paths:
698710
enum:
699711
- id
700712
- id desc
713+
- additionalInformation
714+
- additionalInformation desc
701715
- customerEmailAddress
702716
- customerEmailAddress desc
703717
- customerId
@@ -724,6 +738,10 @@ paths:
724738
- invoiceStatus desc
725739
- invoiceUrl
726740
- invoiceUrl desc
741+
- isLocationOnline
742+
- isLocationOnline desc
743+
- onlineMeetingUrl
744+
- onlineMeetingUrl desc
727745
- optOutOfCustomerEmail
728746
- optOutOfCustomerEmail desc
729747
- postBuffer
@@ -762,6 +780,7 @@ paths:
762780
items:
763781
enum:
764782
- id
783+
- additionalInformation
765784
- customerEmailAddress
766785
- customerId
767786
- customerLocation
@@ -775,6 +794,8 @@ paths:
775794
- invoiceId
776795
- invoiceStatus
777796
- invoiceUrl
797+
- isLocationOnline
798+
- onlineMeetingUrl
778799
- optOutOfCustomerEmail
779800
- postBuffer
780801
- preBuffer
@@ -898,6 +919,7 @@ paths:
898919
items:
899920
enum:
900921
- id
922+
- additionalInformation
901923
- customerEmailAddress
902924
- customerId
903925
- customerLocation
@@ -911,6 +933,8 @@ paths:
911933
- invoiceId
912934
- invoiceStatus
913935
- invoiceUrl
936+
- isLocationOnline
937+
- onlineMeetingUrl
914938
- optOutOfCustomerEmail
915939
- postBuffer
916940
- preBuffer
@@ -1360,6 +1384,8 @@ paths:
13601384
- id desc
13611385
- displayName
13621386
- displayName desc
1387+
- additionalInformation
1388+
- additionalInformation desc
13631389
- defaultDuration
13641390
- defaultDuration desc
13651391
- defaultLocation
@@ -1374,6 +1400,8 @@ paths:
13741400
- description desc
13751401
- isHiddenFromCustomers
13761402
- isHiddenFromCustomers desc
1403+
- isLocationOnline
1404+
- isLocationOnline desc
13771405
- notes
13781406
- notes desc
13791407
- postBuffer
@@ -1397,13 +1425,15 @@ paths:
13971425
enum:
13981426
- id
13991427
- displayName
1428+
- additionalInformation
14001429
- defaultDuration
14011430
- defaultLocation
14021431
- defaultPrice
14031432
- defaultPriceType
14041433
- defaultReminders
14051434
- description
14061435
- isHiddenFromCustomers
1436+
- isLocationOnline
14071437
- notes
14081438
- postBuffer
14091439
- preBuffer
@@ -1508,13 +1538,15 @@ paths:
15081538
enum:
15091539
- id
15101540
- displayName
1541+
- additionalInformation
15111542
- defaultDuration
15121543
- defaultLocation
15131544
- defaultPrice
15141545
- defaultPriceType
15151546
- defaultReminders
15161547
- description
15171548
- isHiddenFromCustomers
1549+
- isLocationOnline
15181550
- notes
15191551
- postBuffer
15201552
- preBuffer
@@ -2131,6 +2163,9 @@ components:
21312163
- title: bookingAppointment
21322164
type: object
21332165
properties:
2166+
additionalInformation:
2167+
type: string
2168+
nullable: true
21342169
customerEmailAddress:
21352170
type: string
21362171
nullable: true
@@ -2169,6 +2204,11 @@ components:
21692204
invoiceUrl:
21702205
type: string
21712206
nullable: true
2207+
isLocationOnline:
2208+
type: boolean
2209+
onlineMeetingUrl:
2210+
type: string
2211+
nullable: true
21722212
optOutOfCustomerEmail:
21732213
type: boolean
21742214
postBuffer:
@@ -2227,6 +2267,9 @@ components:
22272267
- title: bookingService
22282268
type: object
22292269
properties:
2270+
additionalInformation:
2271+
type: string
2272+
nullable: true
22302273
defaultDuration:
22312274
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
22322275
type: string
@@ -2248,6 +2291,8 @@ components:
22482291
nullable: true
22492292
isHiddenFromCustomers:
22502293
type: boolean
2294+
isLocationOnline:
2295+
type: boolean
22512296
notes:
22522297
type: string
22532298
nullable: true

0 commit comments

Comments
 (0)