Skip to content

[v2] Weekly OpenApiDocs Refresh #2482

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
Dec 8, 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
6 changes: 3 additions & 3 deletions config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"versions": {
"authentication": {
"prerelease": "",
"version": "2.10.0"
"version": "2.11.0"
},
"beta": {
"prerelease": "",
"version": "2.10.0"
"version": "2.11.0"
},
"v1.0": {
"prerelease": "",
"version": "2.10.0"
"version": "2.11.0"
}
}
}
29,499 changes: 14,797 additions & 14,702 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

8,858 changes: 3,260 additions & 5,598 deletions openApiDocs/beta/Bookings.yml

Large diffs are not rendered by default.

972 changes: 501 additions & 471 deletions openApiDocs/beta/Calendar.yml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ paths:
tags:
- subscriptions.subscription
summary: List subscriptions
description: 'Retrieve a list of webhook subscriptions. The content of the response depends on the context in which the app is calling; for details, see the scenarios in the Permissions section. This API is available in the following national cloud deployments.'
description: 'Retrieve a list of webhook subscriptions. The content of the response depends on the context in which the app is calling; for details, see the scenarios in the Permissions section.'
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0
Expand Down Expand Up @@ -58,7 +58,7 @@ paths:
tags:
- subscriptions.subscription
summary: Create subscription
description: 'Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. To identify the resources for which you can create subscriptions and the limitations on subscriptions, see Set up notifications for changes in resource data: Supported resources. Some resources support rich notifications, that is, notifications that include resource data. For more information about these resources, see Set up change notifications that include resource data: Supported resources. This API is available in the following national cloud deployments.'
description: 'Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. To identify the resources for which you can create subscriptions and the limitations on subscriptions, see Set up notifications for changes in resource data: Supported resources. Some resources support rich notifications, that is, notifications that include resource data. For more information about these resources, see Set up change notifications that include resource data: Supported resources.'
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0
Expand All @@ -85,7 +85,7 @@ paths:
tags:
- subscriptions.subscription
summary: Get subscription
description: Retrieve the properties and relationships of a subscription. See the table in the Permissions section for the list of resources that support subscribing to change notifications. This API is available in the following national cloud deployments.
description: Retrieve the properties and relationships of a subscription. See the table in the Permissions section for the list of resources that support subscribing to change notifications.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0
Expand Down Expand Up @@ -140,7 +140,7 @@ paths:
tags:
- subscriptions.subscription
summary: Update subscription
description: 'Renew a subscription by extending its expiry time. The table in the Permissions section lists the resources that support subscribing to change notifications. Subscriptions expire after a length of time that varies by resource type. In order to avoid missing change notifications, an app should renew its subscriptions well in advance of their expiry date. See subscription for maximum length of a subscription for each resource type. This API is available in the following national cloud deployments.'
description: 'Renew a subscription by extending its expiry time. The table in the Permissions section lists the resources that support subscribing to change notifications. Subscriptions expire after a length of time that varies by resource type. In order to avoid missing change notifications, an app should renew its subscriptions well in advance of their expiry date. See subscription for maximum length of a subscription for each resource type.'
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0
Expand Down Expand Up @@ -175,7 +175,7 @@ paths:
tags:
- subscriptions.subscription
summary: Delete subscription
description: 'Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section. This API is available in the following national cloud deployments.'
description: 'Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section.'
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0
Expand Down Expand Up @@ -206,7 +206,7 @@ paths:
tags:
- subscriptions.Actions
summary: Invoke action reauthorize
description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments.
description: Reauthorize a subscription when you receive a reauthorizationRequired challenge.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
Expand Down
Loading