Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,129 changes: 399 additions & 730 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

284 changes: 129 additions & 155 deletions openApiDocs/beta/Bookings.yml

Large diffs are not rendered by default.

9,441 changes: 2,174 additions & 7,267 deletions openApiDocs/beta/Calendar.yml

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ paths:
- resource
type: string
responses:
'200':
2XX:
$ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse'
default:
$ref: '#/components/responses/error'
Expand All @@ -71,7 +71,7 @@ paths:
$ref: '#/components/schemas/microsoft.graph.subscription'
required: true
responses:
'201':
2XX:
description: Created entity
content:
application/json:
Expand Down Expand Up @@ -127,15 +127,12 @@ paths:
- resource
type: string
responses:
'200':
2XX:
description: Retrieved entity
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.subscription'
links:
reauthorize:
operationId: subscriptions.subscription.reauthorize
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
Expand Down Expand Up @@ -165,8 +162,12 @@ paths:
$ref: '#/components/schemas/microsoft.graph.subscription'
required: true
responses:
'204':
description: Success
2XX:
description: ''
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.subscription'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
Expand Down
Loading