Skip to content

Commit 8989ffb

Browse files
authored
Merge pull request #2216 from microsoftgraph/WeeklyApiRefresh/202308031550
[v2] Weekly OpenApiDocs Refresh
2 parents 6d50c8f + 9a19251 commit 8989ffb

File tree

76 files changed

+158986
-154534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+158986
-154534
lines changed

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.2.0"
30+
"version": "2.3.0"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.2.0"
34+
"version": "2.3.0"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.2.0"
38+
"version": "2.3.0"
3939
}
4040
}
4141
}

openApiDocs/beta/Applications.yml

Lines changed: 168 additions & 168 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Bookings.yml

Lines changed: 137 additions & 137 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Calendar.yml

Lines changed: 501 additions & 501 deletions
Large diffs are not rendered by default.

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ paths:
1414
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.'
1515
externalDocs:
1616
description: Find more info here
17-
url: https://docs.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0
17+
url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0
1818
operationId: subscription_ListSubscription
1919
parameters:
2020
- $ref: '#/components/parameters/search'
@@ -61,7 +61,7 @@ paths:
6161
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.'
6262
externalDocs:
6363
description: Find more info here
64-
url: https://docs.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0
64+
url: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0
6565
operationId: subscription_CreateSubscription
6666
requestBody:
6767
description: New entity
@@ -88,7 +88,7 @@ paths:
8888
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.
8989
externalDocs:
9090
description: Find more info here
91-
url: https://docs.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0
91+
url: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0
9292
operationId: subscription_GetSubscription
9393
parameters:
9494
- name: subscription-id
@@ -143,7 +143,7 @@ paths:
143143
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.'
144144
externalDocs:
145145
description: Find more info here
146-
url: https://docs.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0
146+
url: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0
147147
operationId: subscription_UpdateSubscription
148148
parameters:
149149
- name: subscription-id
@@ -178,7 +178,7 @@ paths:
178178
description: 'Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section.'
179179
externalDocs:
180180
description: Find more info here
181-
url: https://docs.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0
181+
url: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0
182182
operationId: subscription_DeleteSubscription
183183
parameters:
184184
- name: subscription-id
@@ -206,10 +206,10 @@ paths:
206206
tags:
207207
- subscriptions.Actions
208208
summary: Invoke action reauthorize
209-
description: Reauthorize a subscription when you receive a **reauthorizationRequired** challenge.
209+
description: Reauthorize a subscription when you receive a reauthorizationRequired challenge.
210210
externalDocs:
211211
description: Find more info here
212-
url: https://docs.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
212+
url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
213213
operationId: subscription_reauthorize
214214
parameters:
215215
- name: subscription-id
@@ -268,11 +268,11 @@ components:
268268
nullable: true
269269
latestSupportedTlsVersion:
270270
type: string
271-
description: 'Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.'
271+
description: 'Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v10, v11, v12, v13. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.'
272272
nullable: true
273273
lifecycleNotificationUrl:
274274
type: string
275-
description: 'Optional. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol.'
275+
description: 'Required for Teams resources if the expirationDateTime value is more than 1 hour from now; optional otherwise. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol. For more information, see Reduce missing subscriptions and change notifications.'
276276
nullable: true
277277
notificationContentType:
278278
type: string

0 commit comments

Comments
 (0)