Skip to content

[v2] Weekly OpenApiDocs Refresh #2708

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 3 commits into from
Apr 29, 2024
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.18.0"
"version": "2.19.0"
},
"beta": {
"prerelease": "",
"version": "2.18.0"
"version": "2.19.0"
},
"v1.0": {
"prerelease": "",
"version": "2.18.0"
"version": "2.19.0"
}
}
}
884 changes: 270 additions & 614 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

647 changes: 160 additions & 487 deletions openApiDocs/beta/Bookings.yml

Large diffs are not rendered by default.

3,007 changes: 732 additions & 2,275 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 @@ -14,7 +14,7 @@ paths:
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
url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta
operationId: subscription_ListSubscription
parameters:
- $ref: '#/components/parameters/search'
Expand Down Expand Up @@ -44,7 +44,7 @@ paths:
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
url: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta
operationId: subscription_CreateSubscription
requestBody:
description: New entity
Expand All @@ -71,7 +71,7 @@ paths:
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
url: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta
operationId: subscription_GetSubscription
parameters:
- name: subscription-id
Expand Down Expand Up @@ -109,7 +109,7 @@ paths:
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
url: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta
operationId: subscription_UpdateSubscription
parameters:
- name: subscription-id
Expand Down Expand Up @@ -144,7 +144,7 @@ paths:
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
url: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta
operationId: subscription_DeleteSubscription
parameters:
- name: subscription-id
Expand Down Expand Up @@ -175,7 +175,7 @@ paths:
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
url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta
operationId: subscription_reauthorize
parameters:
- name: subscription-id
Expand Down
498 changes: 135 additions & 363 deletions openApiDocs/beta/CloudCommunications.yml

Large diffs are not rendered by default.

Loading