Skip to content

[v2] Weekly OpenApiDocs Refresh #2188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
681 changes: 391 additions & 290 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7554,11 +7554,11 @@ paths:
get:
tags:
- solutions.virtualEventsRoot
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
summary: Get externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
operationId: solution.virtualEvent.event.session_GetRegistration
parameters:
- name: virtualEvent-id
Expand Down Expand Up @@ -8918,11 +8918,11 @@ paths:
patch:
tags:
- solutions.virtualEventsRoot
summary: Update virtualAppointment (deprecated)
description: Update the properties of a virtualAppointment object.
summary: Create virtualAppointment (deprecated)
description: Create a new virtualAppointment object.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/virtualappointment-update?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/virtualappointment-put?view=graph-rest-1.0
operationId: solution.virtualEvent.event.session_UpdateVirtualAppointment
parameters:
- name: virtualEvent-id
Expand Down Expand Up @@ -11835,11 +11835,11 @@ paths:
get:
tags:
- solutions.virtualEventsRoot
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
summary: Get externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
operationId: solution.virtualEvent.webinar.session_GetRegistration
parameters:
- name: virtualEventWebinar-id
Expand Down Expand Up @@ -13199,11 +13199,11 @@ paths:
patch:
tags:
- solutions.virtualEventsRoot
summary: Update virtualAppointment (deprecated)
description: Update the properties of a virtualAppointment object.
summary: Create virtualAppointment (deprecated)
description: Create a new virtualAppointment object.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/virtualappointment-update?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/virtualappointment-put?view=graph-rest-1.0
operationId: solution.virtualEvent.webinar.session_UpdateVirtualAppointment
parameters:
- name: virtualEventWebinar-id
Expand Down Expand Up @@ -15129,11 +15129,11 @@ components:
properties:
displayName:
type: string
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.'
description: The display name of the identity. This property is read-only.
nullable: true
id:
type: string
description: Unique identifier for the identity.
description: The identifier of the identity. This property is read-only.
nullable: true
additionalProperties:
type: object
Expand Down
38 changes: 19 additions & 19 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3392,10 +3392,10 @@ paths:
tags:
- communications.Actions
summary: Invoke action invite
description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.'
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.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
operationId: communication.call.participant_invite
parameters:
- name: call-id
Expand Down Expand Up @@ -5512,11 +5512,11 @@ paths:
get:
tags:
- communications.onlineMeeting
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
summary: Get externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
operationId: communication.onlineMeeting_GetRegistration
parameters:
- name: onlineMeeting-id
Expand Down Expand Up @@ -6668,11 +6668,11 @@ paths:
patch:
tags:
- communications.onlineMeeting
summary: Update virtualAppointment (deprecated)
description: Update the properties of a virtualAppointment object.
summary: Create virtualAppointment (deprecated)
description: Create a new virtualAppointment object.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/virtualappointment-update?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/virtualappointment-put?view=graph-rest-1.0
operationId: communication.onlineMeeting_UpdateVirtualAppointment
parameters:
- name: onlineMeeting-id
Expand Down Expand Up @@ -9478,11 +9478,11 @@ paths:
get:
tags:
- users.onlineMeeting
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
summary: Get externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
operationId: user.onlineMeeting_GetRegistration
parameters:
- name: user-id
Expand Down Expand Up @@ -10842,11 +10842,11 @@ paths:
patch:
tags:
- users.onlineMeeting
summary: Update virtualAppointment (deprecated)
description: Update the properties of a virtualAppointment object.
summary: Create virtualAppointment (deprecated)
description: Create a new virtualAppointment object.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/virtualappointment-update?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/virtualappointment-put?view=graph-rest-1.0
operationId: user.onlineMeeting_UpdateVirtualAppointment
parameters:
- name: user-id
Expand Down Expand Up @@ -10958,11 +10958,11 @@ paths:
get:
tags:
- users.presence
summary: Get presence
description: Get a user's presence information.
summary: 'presence: setStatusMessage'
description: Set a presence status message for a user. An optional expiration date and time can be supplied.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/presence-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
operationId: user_GetPresence
parameters:
- name: user-id
Expand Down Expand Up @@ -12962,11 +12962,11 @@ components:
properties:
displayName:
type: string
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.'
description: The display name of the identity. This property is read-only.
nullable: true
id:
type: string
description: Unique identifier for the identity.
description: The identifier of the identity. This property is read-only.
nullable: true
additionalProperties:
type: object
Expand Down
Loading