|
11 | 11 | tags:
|
12 | 12 | - subscriptions.subscription
|
13 | 13 | summary: List subscriptions
|
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. This API is available in the following national cloud deployments.' |
| 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 | 17 | url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0
|
|
58 | 58 | tags:
|
59 | 59 | - subscriptions.subscription
|
60 | 60 | summary: Create subscription
|
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. This API is available in the following national cloud deployments.' |
| 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 | 64 | url: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0
|
|
85 | 85 | tags:
|
86 | 86 | - subscriptions.subscription
|
87 | 87 | summary: Get subscription
|
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. This API is available in the following national cloud deployments. |
| 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 | 91 | url: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0
|
@@ -140,7 +140,7 @@ paths:
|
140 | 140 | tags:
|
141 | 141 | - subscriptions.subscription
|
142 | 142 | summary: Update subscription
|
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. This API is available in the following national cloud deployments.' |
| 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 | 146 | url: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0
|
@@ -175,7 +175,7 @@ paths:
|
175 | 175 | tags:
|
176 | 176 | - subscriptions.subscription
|
177 | 177 | summary: Delete subscription
|
178 |
| - 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.' |
| 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 | 181 | url: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0
|
@@ -206,7 +206,7 @@ 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. This API is available in the following national cloud deployments. |
| 209 | + description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. |
210 | 210 | externalDocs:
|
211 | 211 | description: Find more info here
|
212 | 212 | url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0
|
|
0 commit comments