Skip to content

Commit

Permalink
Merge pull request #2414 from microsoftgraph/WeeklyApiRefresh/2023110…
Browse files Browse the repository at this point in the history
…71205

[v2] Weekly OpenApiDocs Refresh
  • Loading branch information
timayabi2020 authored Nov 8, 2023
2 parents 98ab655 + 66e1447 commit d2325e0
Show file tree
Hide file tree
Showing 65 changed files with 246,845 additions and 176,179 deletions.
302 changes: 196 additions & 106 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

213 changes: 206 additions & 7 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7789,11 +7789,11 @@ paths:
delete:
tags:
- solutions.virtualEventsRoot
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer. This API is available in the following national cloud deployments.
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting. This API is available in the following national cloud deployments.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
operationId: solution.virtualEvent.event.session_DeleteRegistration
parameters:
- name: virtualEvent-id
Expand Down Expand Up @@ -13327,11 +13327,11 @@ paths:
delete:
tags:
- solutions.virtualEventsRoot
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer. This API is available in the following national cloud deployments.
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting. This API is available in the following national cloud deployments.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
operationId: solution.virtualEvent.webinar.session_DeleteRegistration
parameters:
- name: virtualEventWebinar-id
Expand Down Expand Up @@ -14861,6 +14861,205 @@ paths:
$ref: '#/components/responses/ODataCountResponse'
default:
$ref: '#/components/responses/error'
'/solutions/virtualEvents/webinars/microsoft.graph.getByUserIdAndRole(userId=''{userId}'',role=''{role}'')':
get:
tags:
- solutions.Functions
summary: Invoke function getByUserIdAndRole
operationId: solution.virtualEvent.webinar_getGraphBPreUserIdAndRole
parameters:
- name: userId
in: path
description: 'Usage: userId=''{userId}'''
required: true
style: simple
schema:
type: string
- name: role
in: path
description: 'Usage: role=''{role}'''
required: true
style: simple
schema:
type: string
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $select
in: query
description: Select properties to be returned
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
enum:
- id
- createdBy
- description
- displayName
- endDateTime
- startDateTime
- status
- audience
- coOrganizers
- presenters
- sessions
- registrationConfiguration
- registrations
type: string
- name: $orderby
in: query
description: Order items by property values
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
enum:
- id
- id desc
- createdBy
- createdBy desc
- description
- description desc
- displayName
- displayName desc
- endDateTime
- endDateTime desc
- startDateTime
- startDateTime desc
- status
- status desc
- audience
- audience desc
- coOrganizers
- coOrganizers desc
type: string
responses:
2XX:
description: Success
content:
application/json:
schema:
title: Collection of virtualEventWebinar
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.virtualEventWebinar'
'@odata.nextLink':
type: string
nullable: true
additionalProperties:
type: object
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: function
x-ms-pageable:
nextLinkName: '@odata.nextLink'
operationName: listMore
'/solutions/virtualEvents/webinars/microsoft.graph.getByUserRole(role=''{role}'')':
get:
tags:
- solutions.Functions
summary: Invoke function getByUserRole
operationId: solution.virtualEvent.webinar_getGraphBPreUserRole
parameters:
- name: role
in: path
description: 'Usage: role=''{role}'''
required: true
style: simple
schema:
type: string
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $select
in: query
description: Select properties to be returned
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
enum:
- id
- createdBy
- description
- displayName
- endDateTime
- startDateTime
- status
- audience
- coOrganizers
- presenters
- sessions
- registrationConfiguration
- registrations
type: string
- name: $orderby
in: query
description: Order items by property values
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
enum:
- id
- id desc
- createdBy
- createdBy desc
- description
- description desc
- displayName
- displayName desc
- endDateTime
- endDateTime desc
- startDateTime
- startDateTime desc
- status
- status desc
- audience
- audience desc
- coOrganizers
- coOrganizers desc
type: string
responses:
2XX:
description: Success
content:
application/json:
schema:
title: Collection of virtualEventWebinar
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.virtualEventWebinar'
'@odata.nextLink':
type: string
nullable: true
additionalProperties:
type: object
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: function
x-ms-pageable:
nextLinkName: '@odata.nextLink'
operationName: listMore
components:
schemas:
microsoft.graph.bookingBusiness:
Expand Down Expand Up @@ -15841,7 +16040,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.virtualEventAttendeeRegistrationStatus'
userId:
type: string
description: The registrant's ID in Azure Active Directory (Azure AD). Only appears when the registrant is registered in Azure AD.
description: The registrant's ID in Microsoft Entra ID. Only appears when the registrant is registered in Microsoft Entra ID.
nullable: true
sessions:
type: array
Expand Down
Loading

0 comments on commit d2325e0

Please sign in to comment.