|
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://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0 |
| 17 | + url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta |
18 | 18 | operationId: subscription_ListSubscription
|
19 | 19 | parameters:
|
20 | 20 | - $ref: '#/components/parameters/search'
|
|
44 | 44 | 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.'
|
45 | 45 | externalDocs:
|
46 | 46 | description: Find more info here
|
47 |
| - url: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0 |
| 47 | + url: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta |
48 | 48 | operationId: subscription_CreateSubscription
|
49 | 49 | requestBody:
|
50 | 50 | description: New entity
|
|
71 | 71 | 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.
|
72 | 72 | externalDocs:
|
73 | 73 | description: Find more info here
|
74 |
| - url: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0 |
| 74 | + url: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta |
75 | 75 | operationId: subscription_GetSubscription
|
76 | 76 | parameters:
|
77 | 77 | - name: subscription-id
|
@@ -109,7 +109,7 @@ paths:
|
109 | 109 | 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.'
|
110 | 110 | externalDocs:
|
111 | 111 | description: Find more info here
|
112 |
| - url: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0 |
| 112 | + url: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta |
113 | 113 | operationId: subscription_UpdateSubscription
|
114 | 114 | parameters:
|
115 | 115 | - name: subscription-id
|
@@ -144,7 +144,7 @@ paths:
|
144 | 144 | description: 'Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section.'
|
145 | 145 | externalDocs:
|
146 | 146 | description: Find more info here
|
147 |
| - url: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0 |
| 147 | + url: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta |
148 | 148 | operationId: subscription_DeleteSubscription
|
149 | 149 | parameters:
|
150 | 150 | - name: subscription-id
|
@@ -175,7 +175,7 @@ paths:
|
175 | 175 | description: Reauthorize a subscription when you receive a reauthorizationRequired challenge.
|
176 | 176 | externalDocs:
|
177 | 177 | description: Find more info here
|
178 |
| - url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 |
| 178 | + url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta |
179 | 179 | operationId: subscription_reauthorize
|
180 | 180 | parameters:
|
181 | 181 | - name: subscription-id
|
|
0 commit comments