Skip to content

[v2] Weekly OpenApiDocs Refresh #2149

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 12, 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
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 externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
operationId: solution.virtualEvent.event.session_GetRegistration
parameters:
- name: virtualEvent-id
Expand Down Expand Up @@ -7669,11 +7669,11 @@ paths:
delete:
tags:
- solutions.virtualEventsRoot
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
url: https://docs.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 @@ -11835,11 +11835,11 @@ paths:
get:
tags:
- solutions.virtualEventsRoot
summary: Get externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
operationId: solution.virtualEvent.webinar.session_GetRegistration
parameters:
- name: virtualEventWebinar-id
Expand Down Expand Up @@ -11950,11 +11950,11 @@ paths:
delete:
tags:
- solutions.virtualEventsRoot
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
url: https://docs.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 @@ -15129,11 +15129,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
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.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down
240 changes: 120 additions & 120 deletions openApiDocs/beta/Calendar.yml

Large diffs are not rendered by default.

17 changes: 13 additions & 4 deletions openApiDocs/beta/Compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14941,11 +14941,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
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.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -27538,11 +27538,11 @@ components:
properties:
key:
type: string
description: Key.
description: Contains the name of the field that a value is associated with.
nullable: true
value:
type: string
description: Value.
description: Contains the corresponding value for the specified key.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -28196,6 +28196,8 @@ components:
type: string
description: Identifier of the synchronization template this job is based on.
nullable: true
bulkUpload:
$ref: '#/components/schemas/microsoft.graph.bulkUpload'
schema:
$ref: '#/components/schemas/microsoft.graph.synchronizationSchema'
additionalProperties:
Expand Down Expand Up @@ -32686,6 +32688,13 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.bulkUpload:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: bulkUpload
type: object
additionalProperties:
type: object
microsoft.graph.synchronizationSchema:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down
31 changes: 20 additions & 11 deletions openApiDocs/beta/DeviceManagement.Actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18118,26 +18118,26 @@ components:
nullable: true
categoryId:
type: string
description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP)
description: Specify category in which the setting is under. Support $filters.
nullable: true
description:
type: string
description: Description of the item
description: Description of the setting.
nullable: true
displayName:
type: string
description: Display name of the item
description: 'Name of the setting. For example: Allow Toast.'
nullable: true
helpText:
type: string
description: Help text of the item
description: Help text of the setting. Give more details of the setting.
nullable: true
infoUrls:
type: array
items:
type: string
nullable: true
description: List of links more info for the setting can be found at
description: List of links more info for the setting can be found at.
keywords:
type: array
items:
Expand All @@ -18161,7 +18161,7 @@ components:
description: List of referred setting information.
rootDefinitionId:
type: string
description: Root setting definition if the setting is a child setting.
description: Root setting definition id if the setting is a child setting.
nullable: true
settingUsage:
$ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage'
Expand Down Expand Up @@ -23653,7 +23653,7 @@ components:
properties:
settingDefinitionId:
type: string
description: Setting definition id that is being referred to a setting. Applicable for reusable setting.
description: Setting definition id that is being referred to a setting. Applicable for reusable setting
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -24779,11 +24779,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
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.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -31515,11 +31515,11 @@ components:
properties:
key:
type: string
description: Key.
description: Contains the name of the field that a value is associated with.
nullable: true
value:
type: string
description: Value.
description: Contains the corresponding value for the specified key.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -31614,6 +31614,8 @@ components:
type: string
description: Identifier of the synchronization template this job is based on.
nullable: true
bulkUpload:
$ref: '#/components/schemas/microsoft.graph.bulkUpload'
schema:
$ref: '#/components/schemas/microsoft.graph.synchronizationSchema'
additionalProperties:
Expand Down Expand Up @@ -37350,6 +37352,13 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.bulkUpload:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: bulkUpload
type: object
additionalProperties:
type: object
microsoft.graph.synchronizationSchema:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down
17 changes: 13 additions & 4 deletions openApiDocs/beta/DeviceManagement.Administration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30308,11 +30308,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
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.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -36840,11 +36840,11 @@ components:
properties:
key:
type: string
description: Key.
description: Contains the name of the field that a value is associated with.
nullable: true
value:
type: string
description: Value.
description: Contains the corresponding value for the specified key.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -36939,6 +36939,8 @@ components:
type: string
description: Identifier of the synchronization template this job is based on.
nullable: true
bulkUpload:
$ref: '#/components/schemas/microsoft.graph.bulkUpload'
schema:
$ref: '#/components/schemas/microsoft.graph.synchronizationSchema'
additionalProperties:
Expand Down Expand Up @@ -42734,6 +42736,13 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.bulkUpload:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: bulkUpload
type: object
additionalProperties:
type: object
microsoft.graph.synchronizationSchema:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down
4 changes: 2 additions & 2 deletions openApiDocs/beta/DeviceManagement.Enrollment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13929,11 +13929,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
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.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down
31 changes: 20 additions & 11 deletions openApiDocs/beta/DeviceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54809,26 +54809,26 @@ components:
nullable: true
categoryId:
type: string
description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP)
description: Specify category in which the setting is under. Support $filters.
nullable: true
description:
type: string
description: Description of the item
description: Description of the setting.
nullable: true
displayName:
type: string
description: Display name of the item
description: 'Name of the setting. For example: Allow Toast.'
nullable: true
helpText:
type: string
description: Help text of the item
description: Help text of the setting. Give more details of the setting.
nullable: true
infoUrls:
type: array
items:
type: string
nullable: true
description: List of links more info for the setting can be found at
description: List of links more info for the setting can be found at.
keywords:
type: array
items:
Expand All @@ -54852,7 +54852,7 @@ components:
description: List of referred setting information.
rootDefinitionId:
type: string
description: Root setting definition if the setting is a child setting.
description: Root setting definition id if the setting is a child setting.
nullable: true
settingUsage:
$ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage'
Expand Down Expand Up @@ -67377,7 +67377,7 @@ components:
properties:
settingDefinitionId:
type: string
description: Setting definition id that is being referred to a setting. Applicable for reusable setting.
description: Setting definition id that is being referred to a setting. Applicable for reusable setting
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -71202,11 +71202,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
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.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -86224,11 +86224,11 @@ components:
properties:
key:
type: string
description: Key.
description: Contains the name of the field that a value is associated with.
nullable: true
value:
type: string
description: Value.
description: Contains the corresponding value for the specified key.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -86323,6 +86323,8 @@ components:
type: string
description: Identifier of the synchronization template this job is based on.
nullable: true
bulkUpload:
$ref: '#/components/schemas/microsoft.graph.bulkUpload'
schema:
$ref: '#/components/schemas/microsoft.graph.synchronizationSchema'
additionalProperties:
Expand Down Expand Up @@ -91332,6 +91334,13 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.bulkUpload:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: bulkUpload
type: object
additionalProperties:
type: object
microsoft.graph.synchronizationSchema:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down
Loading