Skip to content

Commit ccfb612

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly Preview OpenAPI Docs Refresh (#1756)
* Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent 3f90e01 commit ccfb612

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+99332
-93717
lines changed

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
],
2727
"versions": {
2828
"authentication": {
29-
"prerelease": "preview3",
29+
"prerelease": "preview4",
3030
"version": "2.0.0"
3131
},
3232
"beta": {
33-
"prerelease": "preview3",
33+
"prerelease": "preview4",
3434
"version": "2.0.0"
3535
},
3636
"v1.0": {
37-
"prerelease": "preview3",
37+
"prerelease": "preview4",
3838
"version": "2.0.0"
3939
}
4040
}

openApiDocs/beta/Applications.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8038,10 +8038,10 @@ paths:
80388038
tags:
80398039
- onPremisesPublishingProfiles.connectorGroup
80408040
summary: Create connectorGroup
8041-
description: Create a new connectorGroup.
8041+
description: Create a connectorGroup object.
80428042
externalDocs:
80438043
description: Find more info here
8044-
url: https://docs.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0
8044+
url: https://docs.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0
80458045
operationId: onPremisesPublishingProfiles_CreateConnectorGroups
80468046
parameters:
80478047
- name: onPremisesPublishingProfile-id
@@ -20399,6 +20399,7 @@ components:
2039920399
- saml
2040020400
- pingHeaderBased
2040120401
- aadHeaderBased
20402+
- oAuthToken
2040220403
- unknownFutureValue
2040320404
type: string
2040420405
microsoft.graph.synchronizationError:

openApiDocs/beta/Bookings.yml

Lines changed: 116 additions & 13 deletions
Large diffs are not rendered by default.

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,15 @@ components:
268268
nullable: true
269269
lifecycleNotificationUrl:
270270
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.'
272272
nullable: true
273273
notificationContentType:
274274
type: string
275275
description: Optional. Desired content-type for Microsoft Graph change notifications for supported resource types. The default content-type is application/json.
276276
nullable: true
277277
notificationQueryOptions:
278278
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.'
280280
nullable: true
281281
notificationUrl:
282282
type: string

openApiDocs/beta/CloudCommunications.yml

Lines changed: 85 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2645,6 +2645,8 @@ paths:
26452645
- metadata desc
26462646
- recordingInfo
26472647
- recordingInfo desc
2648+
- restrictedExperience
2649+
- restrictedExperience desc
26482650
type: string
26492651
- name: $select
26502652
in: query
@@ -2664,6 +2666,7 @@ paths:
26642666
- mediaStreams
26652667
- metadata
26662668
- recordingInfo
2669+
- restrictedExperience
26672670
type: string
26682671
- name: $expand
26692672
in: query
@@ -2758,6 +2761,7 @@ paths:
27582761
- mediaStreams
27592762
- metadata
27602763
- recordingInfo
2764+
- restrictedExperience
27612765
type: string
27622766
- name: $expand
27632767
in: query
@@ -3011,10 +3015,10 @@ paths:
30113015
tags:
30123016
- communications.Actions
30133017
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.'
30153019
externalDocs:
30163020
description: Find more info here
3017-
url: https://docs.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
3021+
url: https://docs.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
30183022
operationId: communications.calls.participants_invite
30193023
parameters:
30203024
- name: call-id
@@ -3257,6 +3261,8 @@ paths:
32573261
- subject desc
32583262
- videoTeleconferenceId
32593263
- videoTeleconferenceId desc
3264+
- watermarkProtection
3265+
- watermarkProtection desc
32603266
type: string
32613267
- name: $select
32623268
in: query
@@ -3296,6 +3302,7 @@ paths:
32963302
- startDateTime
32973303
- subject
32983304
- videoTeleconferenceId
3305+
- watermarkProtection
32993306
- virtualAppointment
33003307
- attendanceReports
33013308
- meetingAttendanceReport
@@ -3403,6 +3410,7 @@ paths:
34033410
- startDateTime
34043411
- subject
34053412
- videoTeleconferenceId
3413+
- watermarkProtection
34063414
- virtualAppointment
34073415
- attendanceReports
34083416
- meetingAttendanceReport
@@ -4589,11 +4597,11 @@ paths:
45894597
get:
45904598
tags:
45914599
- communications.onlineMeeting
4592-
summary: Get externalMeetingRegistration
4593-
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
4600+
summary: Get meetingRegistration
4601+
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
45944602
externalDocs:
45954603
description: Find more info here
4596-
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
4604+
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
45974605
operationId: communications.onlineMeetings_GetRegistration
45984606
parameters:
45994607
- name: onlineMeeting-id
@@ -4688,11 +4696,11 @@ paths:
46884696
delete:
46894697
tags:
46904698
- communications.onlineMeeting
4691-
summary: Delete meetingRegistration
4692-
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
4699+
summary: Delete externalMeetingRegistration
4700+
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
46934701
externalDocs:
46944702
description: Find more info here
4695-
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
4703+
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
46964704
operationId: communications.onlineMeetings_DeleteRegistration
46974705
parameters:
46984706
- name: onlineMeeting-id
@@ -5759,6 +5767,10 @@ paths:
57595767
tags:
57605768
- communications.Actions
57615769
summary: Invoke action setStatusMessage
5770+
description: Set a presence status message for a user. An optional expiration date and time can be supplied.
5771+
externalDocs:
5772+
description: Find more info here
5773+
url: https://docs.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
57625774
operationId: communications.presences_setStatusMessage
57635775
parameters:
57645776
- name: presence-id
@@ -5835,7 +5847,11 @@ paths:
58355847
get:
58365848
tags:
58375849
- users.onlineMeeting
5838-
summary: Get onlineMeetings from users
5850+
summary: Get onlineMeeting
5851+
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.'
5852+
externalDocs:
5853+
description: Find more info here
5854+
url: https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
58395855
operationId: users_ListOnlineMeetings
58405856
parameters:
58415857
- name: user-id
@@ -5917,6 +5933,8 @@ paths:
59175933
- subject desc
59185934
- videoTeleconferenceId
59195935
- videoTeleconferenceId desc
5936+
- watermarkProtection
5937+
- watermarkProtection desc
59205938
type: string
59215939
- name: $select
59225940
in: query
@@ -5956,6 +5974,7 @@ paths:
59565974
- startDateTime
59575975
- subject
59585976
- videoTeleconferenceId
5977+
- watermarkProtection
59595978
- virtualAppointment
59605979
- attendanceReports
59615980
- meetingAttendanceReport
@@ -6084,6 +6103,7 @@ paths:
60846103
- startDateTime
60856104
- subject
60866105
- videoTeleconferenceId
6106+
- watermarkProtection
60876107
- virtualAppointment
60886108
- attendanceReports
60896109
- meetingAttendanceReport
@@ -6196,6 +6216,9 @@ paths:
61966216
- users.onlineMeeting
61976217
summary: Get alternativeRecording for the navigation property onlineMeetings from users
61986218
description: The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
6219+
externalDocs:
6220+
description: Find more info here
6221+
url: https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
61996222
operationId: users_GetOnlineMeetingsAlternativeRecording
62006223
parameters:
62016224
- name: user-id
@@ -6892,6 +6915,9 @@ paths:
68926915
- users.onlineMeeting
68936916
summary: Get attendeeReport for the navigation property onlineMeetings from users
68946917
description: The content stream of the attendee report of a Teams live event. Read-only.
6918+
externalDocs:
6919+
description: Find more info here
6920+
url: https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
68956921
operationId: users_GetOnlineMeetingsAttendeeReport
68966922
parameters:
68976923
- name: user-id
@@ -7399,6 +7425,9 @@ paths:
73997425
- users.onlineMeeting
74007426
summary: Get recording for the navigation property onlineMeetings from users
74017427
description: The content stream of the recording of a Teams live event. Read-only.
7428+
externalDocs:
7429+
description: Find more info here
7430+
url: https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
74027431
operationId: users_GetOnlineMeetingsRecording
74037432
parameters:
74047433
- name: user-id
@@ -7469,11 +7498,11 @@ paths:
74697498
get:
74707499
tags:
74717500
- users.onlineMeeting
7472-
summary: Get externalMeetingRegistration
7473-
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
7501+
summary: Get meetingRegistration
7502+
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
74747503
externalDocs:
74757504
description: Find more info here
7476-
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
7505+
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
74777506
operationId: users.onlineMeetings_GetRegistration
74787507
parameters:
74797508
- name: user-id
@@ -7584,11 +7613,11 @@ paths:
75847613
delete:
75857614
tags:
75867615
- users.onlineMeeting
7587-
summary: Delete meetingRegistration
7588-
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
7616+
summary: Delete externalMeetingRegistration
7617+
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
75897618
externalDocs:
75907619
description: Find more info here
7591-
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
7620+
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
75927621
operationId: users.onlineMeetings_DeleteRegistration
75937622
parameters:
75947623
- name: user-id
@@ -9040,6 +9069,8 @@ components:
90409069
nullable: true
90419070
recordingInfo:
90429071
$ref: '#/components/schemas/microsoft.graph.recordingInfo'
9072+
restrictedExperience:
9073+
$ref: '#/components/schemas/microsoft.graph.onlineMeetingRestricted'
90439074
additionalProperties:
90449075
type: object
90459076
microsoft.graph.startHoldMusicOperation:
@@ -9256,6 +9287,8 @@ components:
92569287
type: string
92579288
description: The video teleconferencing ID. Read-only.
92589289
nullable: true
9290+
watermarkProtection:
9291+
$ref: '#/components/schemas/microsoft.graph.watermarkProtectionValues'
92599292
virtualAppointment:
92609293
$ref: '#/components/schemas/microsoft.graph.virtualAppointment'
92619294
attendanceReports:
@@ -9513,6 +9546,7 @@ components:
95139546
publishedDateTime:
95149547
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])$'
95159548
type: string
9549+
description: Time in which the status message was published.Read-only.publishedDateTime is not available when requesting presence of another user.
95169550
format: date-time
95179551
nullable: true
95189552
additionalProperties:
@@ -9829,6 +9863,16 @@ components:
98299863
$ref: '#/components/schemas/microsoft.graph.recordingStatus'
98309864
additionalProperties:
98319865
type: object
9866+
microsoft.graph.onlineMeetingRestricted:
9867+
title: onlineMeetingRestricted
9868+
type: object
9869+
properties:
9870+
contentSharingDisabled:
9871+
$ref: '#/components/schemas/microsoft.graph.onlineMeetingContentSharingDisabledReason'
9872+
videoDisabled:
9873+
$ref: '#/components/schemas/microsoft.graph.onlineMeetingVideoDisabledReason'
9874+
additionalProperties:
9875+
type: object
98329876
microsoft.graph.teleconferenceDeviceMediaQuality:
98339877
title: teleconferenceDeviceMediaQuality
98349878
type: object
@@ -10090,6 +10134,18 @@ components:
1009010134
$ref: '#/components/schemas/microsoft.graph.lobbyBypassScope'
1009110135
additionalProperties:
1009210136
type: object
10137+
microsoft.graph.watermarkProtectionValues:
10138+
title: watermarkProtectionValues
10139+
type: object
10140+
properties:
10141+
isEnabledForContentSharing:
10142+
type: boolean
10143+
nullable: true
10144+
isEnabledForVideo:
10145+
type: boolean
10146+
nullable: true
10147+
additionalProperties:
10148+
type: object
1009310149
microsoft.graph.attendanceInterval:
1009410150
title: attendanceInterval
1009510151
type: object
@@ -10121,11 +10177,11 @@ components:
1012110177
properties:
1012210178
displayName:
1012310179
type: string
10124-
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.'
1012510181
nullable: true
1012610182
id:
1012710183
type: string
10128-
description: The identifier of the identity. This property is read-only.
10184+
description: Unique identifier for the identity.
1012910185
nullable: true
1013010186
additionalProperties:
1013110187
type: object
@@ -10870,6 +10926,18 @@ components:
1087010926
- receiveOnly
1087110927
- sendReceive
1087210928
type: string
10929+
microsoft.graph.onlineMeetingContentSharingDisabledReason:
10930+
title: onlineMeetingContentSharingDisabledReason
10931+
enum:
10932+
- watermarkProtection
10933+
- unknownFutureValue
10934+
type: string
10935+
microsoft.graph.onlineMeetingVideoDisabledReason:
10936+
title: onlineMeetingVideoDisabledReason
10937+
enum:
10938+
- watermarkProtection
10939+
- unknownFutureValue
10940+
type: string
1087310941
ReferenceNumeric:
1087410942
enum:
1087510943
- '-INF'

0 commit comments

Comments
 (0)