|
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.' |
| 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.' |
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.' |
| 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.' |
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. |
| 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. |
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.' |
| 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.' |
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.' |
| 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.' |
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. |
| 209 | + description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. This API is available in the following national cloud deployments. |
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 |
@@ -243,7 +243,7 @@ components: |
243 | 243 | description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted.' |
244 | 244 | clientState: |
245 | 245 | type: string |
246 | | - description: Required. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. |
| 246 | + description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. |
247 | 247 | nullable: true |
248 | 248 | creatorId: |
249 | 249 | type: string |
|
0 commit comments