|
14 | 14 | 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.' |
15 | 15 | externalDocs: |
16 | 16 | 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 |
18 | 18 | operationId: subscription_ListSubscription |
19 | 19 | parameters: |
20 | 20 | - $ref: '#/components/parameters/search' |
|
61 | 61 | 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.' |
62 | 62 | externalDocs: |
63 | 63 | 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 |
65 | 65 | operationId: subscription_CreateSubscription |
66 | 66 | requestBody: |
67 | 67 | description: New entity |
|
88 | 88 | 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. |
89 | 89 | externalDocs: |
90 | 90 | 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 |
92 | 92 | operationId: subscription_GetSubscription |
93 | 93 | parameters: |
94 | 94 | - name: subscription-id |
@@ -143,7 +143,7 @@ paths: |
143 | 143 | 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.' |
144 | 144 | externalDocs: |
145 | 145 | 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 |
147 | 147 | operationId: subscription_UpdateSubscription |
148 | 148 | parameters: |
149 | 149 | - name: subscription-id |
@@ -178,7 +178,7 @@ paths: |
178 | 178 | description: 'Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section.' |
179 | 179 | externalDocs: |
180 | 180 | 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 |
182 | 182 | operationId: subscription_DeleteSubscription |
183 | 183 | parameters: |
184 | 184 | - name: subscription-id |
@@ -206,10 +206,10 @@ paths: |
206 | 206 | tags: |
207 | 207 | - subscriptions.Actions |
208 | 208 | 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. |
210 | 210 | externalDocs: |
211 | 211 | 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 |
213 | 213 | operationId: subscription_reauthorize |
214 | 214 | parameters: |
215 | 215 | - name: subscription-id |
@@ -268,11 +268,11 @@ components: |
268 | 268 | nullable: true |
269 | 269 | latestSupportedTlsVersion: |
270 | 270 | 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.' |
272 | 272 | nullable: true |
273 | 273 | lifecycleNotificationUrl: |
274 | 274 | 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.' |
276 | 276 | nullable: true |
277 | 277 | notificationContentType: |
278 | 278 | type: string |
|
0 commit comments