Skip to content

Commit 94b660d

Browse files
authored
Merge pull request #2188 from microsoftgraph/WeeklyApiRefresh/202307251211
[v2] Weekly OpenApiDocs Refresh
2 parents 69c04c1 + d4766cd commit 94b660d

31 files changed

+161646
-170520
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 391 additions & 290 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Bookings.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7554,11 +7554,11 @@ paths:
75547554
get:
75557555
tags:
75567556
- solutions.virtualEventsRoot
7557-
summary: Get meetingRegistration
7558-
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
7557+
summary: Get externalMeetingRegistration
7558+
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
75597559
externalDocs:
75607560
description: Find more info here
7561-
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
7561+
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
75627562
operationId: solution.virtualEvent.event.session_GetRegistration
75637563
parameters:
75647564
- name: virtualEvent-id
@@ -8918,11 +8918,11 @@ paths:
89188918
patch:
89198919
tags:
89208920
- solutions.virtualEventsRoot
8921-
summary: Update virtualAppointment (deprecated)
8922-
description: Update the properties of a virtualAppointment object.
8921+
summary: Create virtualAppointment (deprecated)
8922+
description: Create a new virtualAppointment object.
89238923
externalDocs:
89248924
description: Find more info here
8925-
url: https://docs.microsoft.com/graph/api/virtualappointment-update?view=graph-rest-1.0
8925+
url: https://docs.microsoft.com/graph/api/virtualappointment-put?view=graph-rest-1.0
89268926
operationId: solution.virtualEvent.event.session_UpdateVirtualAppointment
89278927
parameters:
89288928
- name: virtualEvent-id
@@ -11835,11 +11835,11 @@ paths:
1183511835
get:
1183611836
tags:
1183711837
- solutions.virtualEventsRoot
11838-
summary: Get meetingRegistration
11839-
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
11838+
summary: Get externalMeetingRegistration
11839+
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
1184011840
externalDocs:
1184111841
description: Find more info here
11842-
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
11842+
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
1184311843
operationId: solution.virtualEvent.webinar.session_GetRegistration
1184411844
parameters:
1184511845
- name: virtualEventWebinar-id
@@ -13199,11 +13199,11 @@ paths:
1319913199
patch:
1320013200
tags:
1320113201
- solutions.virtualEventsRoot
13202-
summary: Update virtualAppointment (deprecated)
13203-
description: Update the properties of a virtualAppointment object.
13202+
summary: Create virtualAppointment (deprecated)
13203+
description: Create a new virtualAppointment object.
1320413204
externalDocs:
1320513205
description: Find more info here
13206-
url: https://docs.microsoft.com/graph/api/virtualappointment-update?view=graph-rest-1.0
13206+
url: https://docs.microsoft.com/graph/api/virtualappointment-put?view=graph-rest-1.0
1320713207
operationId: solution.virtualEvent.webinar.session_UpdateVirtualAppointment
1320813208
parameters:
1320913209
- name: virtualEventWebinar-id
@@ -15129,11 +15129,11 @@ components:
1512915129
properties:
1513015130
displayName:
1513115131
type: string
15132-
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.'
15132+
description: The display name of the identity. This property is read-only.
1513315133
nullable: true
1513415134
id:
1513515135
type: string
15136-
description: Unique identifier for the identity.
15136+
description: The identifier of the identity. This property is read-only.
1513715137
nullable: true
1513815138
additionalProperties:
1513915139
type: object

openApiDocs/beta/CloudCommunications.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3392,10 +3392,10 @@ paths:
33923392
tags:
33933393
- communications.Actions
33943394
summary: Invoke action invite
3395-
description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.'
3395+
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.'
33963396
externalDocs:
33973397
description: Find more info here
3398-
url: https://docs.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
3398+
url: https://docs.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
33993399
operationId: communication.call.participant_invite
34003400
parameters:
34013401
- name: call-id
@@ -5512,11 +5512,11 @@ paths:
55125512
get:
55135513
tags:
55145514
- communications.onlineMeeting
5515-
summary: Get meetingRegistration
5516-
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
5515+
summary: Get externalMeetingRegistration
5516+
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
55175517
externalDocs:
55185518
description: Find more info here
5519-
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
5519+
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
55205520
operationId: communication.onlineMeeting_GetRegistration
55215521
parameters:
55225522
- name: onlineMeeting-id
@@ -6668,11 +6668,11 @@ paths:
66686668
patch:
66696669
tags:
66706670
- communications.onlineMeeting
6671-
summary: Update virtualAppointment (deprecated)
6672-
description: Update the properties of a virtualAppointment object.
6671+
summary: Create virtualAppointment (deprecated)
6672+
description: Create a new virtualAppointment object.
66736673
externalDocs:
66746674
description: Find more info here
6675-
url: https://docs.microsoft.com/graph/api/virtualappointment-update?view=graph-rest-1.0
6675+
url: https://docs.microsoft.com/graph/api/virtualappointment-put?view=graph-rest-1.0
66766676
operationId: communication.onlineMeeting_UpdateVirtualAppointment
66776677
parameters:
66786678
- name: onlineMeeting-id
@@ -9478,11 +9478,11 @@ paths:
94789478
get:
94799479
tags:
94809480
- users.onlineMeeting
9481-
summary: Get meetingRegistration
9482-
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
9481+
summary: Get externalMeetingRegistration
9482+
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
94839483
externalDocs:
94849484
description: Find more info here
9485-
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
9485+
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
94869486
operationId: user.onlineMeeting_GetRegistration
94879487
parameters:
94889488
- name: user-id
@@ -10842,11 +10842,11 @@ paths:
1084210842
patch:
1084310843
tags:
1084410844
- users.onlineMeeting
10845-
summary: Update virtualAppointment (deprecated)
10846-
description: Update the properties of a virtualAppointment object.
10845+
summary: Create virtualAppointment (deprecated)
10846+
description: Create a new virtualAppointment object.
1084710847
externalDocs:
1084810848
description: Find more info here
10849-
url: https://docs.microsoft.com/graph/api/virtualappointment-update?view=graph-rest-1.0
10849+
url: https://docs.microsoft.com/graph/api/virtualappointment-put?view=graph-rest-1.0
1085010850
operationId: user.onlineMeeting_UpdateVirtualAppointment
1085110851
parameters:
1085210852
- name: user-id
@@ -10958,11 +10958,11 @@ paths:
1095810958
get:
1095910959
tags:
1096010960
- users.presence
10961-
summary: Get presence
10962-
description: Get a user's presence information.
10961+
summary: 'presence: setStatusMessage'
10962+
description: Set a presence status message for a user. An optional expiration date and time can be supplied.
1096310963
externalDocs:
1096410964
description: Find more info here
10965-
url: https://docs.microsoft.com/graph/api/presence-get?view=graph-rest-1.0
10965+
url: https://docs.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
1096610966
operationId: user_GetPresence
1096710967
parameters:
1096810968
- name: user-id
@@ -12962,11 +12962,11 @@ components:
1296212962
properties:
1296312963
displayName:
1296412964
type: string
12965-
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.'
12965+
description: The display name of the identity. This property is read-only.
1296612966
nullable: true
1296712967
id:
1296812968
type: string
12969-
description: Unique identifier for the identity.
12969+
description: The identifier of the identity. This property is read-only.
1297012970
nullable: true
1297112971
additionalProperties:
1297212972
type: object

0 commit comments

Comments
 (0)