Skip to content

Commit dfc4495

Browse files
committed
Refresh OpenAPI docs.
1 parent 9296a64 commit dfc4495

File tree

98 files changed

+136288
-30786
lines changed

Some content is hidden

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

98 files changed

+136288
-30786
lines changed

openApiDocs/beta/Applications.yml

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

openApiDocs/beta/Bookings.yml

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

openApiDocs/beta/Calendar.yml

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

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ paths:
1111
tags:
1212
- subscriptions.subscription
1313
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.'
1415
operationId: subscriptions.subscription_ListSubscription
1516
parameters:
1617
- $ref: '#/components/parameters/search'
@@ -54,6 +55,7 @@ paths:
5455
tags:
5556
- subscriptions.subscription
5657
summary: Create subscription
58+
description: 'Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. See the table in the Permissions section for the list of resources that support subscribing to change notifications. Some resources support the option to include encrypted resource data in change notifications. These resources include chatMessage, contact, event, message, onlineMeetings and presence. For more information, see Set up change notifications that include resource data and Change notifications for Outlook resources in Microsoft Graph.'
5759
operationId: subscriptions.subscription_CreateSubscription
5860
requestBody:
5961
description: New entity
@@ -77,12 +79,14 @@ paths:
7779
tags:
7880
- subscriptions.subscription
7981
summary: Get subscription
82+
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.
8083
operationId: subscriptions.subscription_GetSubscription
8184
parameters:
8285
- name: subscription-id
8386
in: path
8487
description: 'key: id of subscription'
8588
required: true
89+
style: simple
8690
schema:
8791
type: string
8892
x-ms-docs-key-type: subscription
@@ -130,12 +134,14 @@ paths:
130134
tags:
131135
- subscriptions.subscription
132136
summary: Update subscription
137+
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.'
133138
operationId: subscriptions.subscription_UpdateSubscription
134139
parameters:
135140
- name: subscription-id
136141
in: path
137142
description: 'key: id of subscription'
138143
required: true
144+
style: simple
139145
schema:
140146
type: string
141147
x-ms-docs-key-type: subscription
@@ -156,18 +162,21 @@ paths:
156162
tags:
157163
- subscriptions.subscription
158164
summary: Delete subscription
165+
description: 'Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section.'
159166
operationId: subscriptions.subscription_DeleteSubscription
160167
parameters:
161168
- name: subscription-id
162169
in: path
163170
description: 'key: id of subscription'
164171
required: true
172+
style: simple
165173
schema:
166174
type: string
167175
x-ms-docs-key-type: subscription
168176
- name: If-Match
169177
in: header
170178
description: ETag
179+
style: simple
171180
schema:
172181
type: string
173182
responses:
@@ -187,6 +196,7 @@ paths:
187196
in: path
188197
description: 'key: id of subscription'
189198
required: true
199+
style: simple
190200
schema:
191201
type: string
192202
x-ms-docs-key-type: subscription
@@ -352,6 +362,8 @@ components:
352362
name: $search
353363
in: query
354364
description: Search items by search phrases
365+
style: form
366+
explode: false
355367
schema:
356368
type: string
357369
securitySchemes:

0 commit comments

Comments
 (0)