Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a0d7462
Weekly OpenApiDocs Download (#1243)
github-actions[bot] May 11, 2022
c7a3978
Refresh OpenAPI files.
peombwa May 11, 2022
f3ffc50
Refresh OpenAPI.
peombwa May 11, 2022
872fbbb
Merge branch 'Releases/1.10.0' of https://github.com/microsoftgraph/m…
peombwa May 12, 2022
372f1a0
Remove unsupported functions.
peombwa May 12, 2022
4bef1dc
Fix exception type in Sites test.
peombwa May 13, 2022
0d49807
Fix sites tests.
peombwa May 13, 2022
e5c5def
Merge branch 'dev' into Releases/1.10.0
peombwa May 16, 2022
da55148
Update directives.
peombwa May 16, 2022
675cbdd
Fix Group directives.
peombwa May 17, 2022
1fdfe5f
Refresh OpenAPI files.
peombwa May 18, 2022
574463d
Fix Users.Actions directives.
peombwa May 19, 2022
c01bc40
Fetch latest.
peombwa May 19, 2022
60f9ba0
Merge branch 'dev' into po/release-10
peombwa Jun 7, 2022
ad8f330
Refresh OpenAPI files.
peombwa Jun 7, 2022
f96b250
Merge branch 'dev' into Releases/1.10.0
peombwa Jun 8, 2022
7b2780d
Specify IndexerName to avoid schema conflict.
peombwa Jun 8, 2022
82a2ea7
Merge branch 'po/release-10' into Releases/1.10.0
peombwa Jun 8, 2022
04b5a2c
Add IndexerName to Users.Actions module.
peombwa Jun 8, 2022
40443e9
Update indexer regex.
peombwa Jun 9, 2022
3dd14c7
Merge branch 'dev' into Releases/1.10.0
peombwa Jun 9, 2022
f7dddcc
Move indexer to main AutoREST config.
peombwa Jun 10, 2022
a92f003
Merge branch 'Releases/1.10.0' of https://github.com/microsoftgraph/m…
peombwa Jun 10, 2022
7877851
Update sites tests.
peombwa Jun 10, 2022
b5c7342
Update ByRef directives.
peombwa Jun 13, 2022
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
8,771 changes: 2,533 additions & 6,238 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

535 changes: 343 additions & 192 deletions openApiDocs/beta/Bookings.yml

Large diffs are not rendered by default.

106,845 changes: 92,529 additions & 14,316 deletions openApiDocs/beta/Calendar.yml

Large diffs are not rendered by default.

83 changes: 47 additions & 36 deletions openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ paths:
get:
tags:
- subscriptions.subscription
summary: Get entities from subscriptions
summary: List subscriptions
operationId: subscriptions.subscription_ListSubscription
parameters:
- $ref: '#/components/parameters/search'
Expand Down Expand Up @@ -43,21 +43,7 @@ paths:
type: string
responses:
'200':
description: Retrieved entities
content:
application/json:
schema:
title: Collection of subscription
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.subscription'
'@odata.nextLink':
type: string
additionalProperties:
type: object
$ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse'
default:
$ref: '#/components/responses/error'
x-ms-pageable:
Expand All @@ -67,7 +53,7 @@ paths:
post:
tags:
- subscriptions.subscription
summary: Add new entity to subscriptions
summary: Create subscription
operationId: subscriptions.subscription_CreateSubscription
requestBody:
description: New entity
Expand All @@ -90,7 +76,7 @@ paths:
get:
tags:
- subscriptions.subscription
summary: Get entity from subscriptions by key
summary: Get subscription
operationId: subscriptions.subscription_GetSubscription
parameters:
- name: subscription-id
Expand Down Expand Up @@ -134,13 +120,16 @@ paths:
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
patch:
tags:
- subscriptions.subscription
summary: Update entity in subscriptions
summary: Update subscription
operationId: subscriptions.subscription_UpdateSubscription
parameters:
- name: subscription-id
Expand All @@ -166,7 +155,7 @@ paths:
delete:
tags:
- subscriptions.subscription
summary: Delete entity from subscriptions
summary: Delete subscription
operationId: subscriptions.subscription_DeleteSubscription
parameters:
- name: subscription-id
Expand Down Expand Up @@ -224,19 +213,19 @@ components:
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.'
clientState:
type: string
description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 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.
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.
nullable: true
creatorId:
type: string
description: 'Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.'
description: 'Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.'
nullable: true
encryptionCertificate:
type: string
description: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true.
nullable: true
encryptionCertificateId:
type: string
description: Optional. A custom app-provided identifier to help identify the certificate needed to decrypt resource data.
description: Optional. A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Required when includeResourceData is true.
nullable: true
expirationDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
Expand All @@ -261,18 +250,18 @@ components:
nullable: true
notificationQueryOptions:
type: string
description: 'Optional. OData query options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc.'
description: 'Optional. OData query options for specifying the value for the targeting resource. Clients receive notifications when the resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc.'
nullable: true
notificationUrl:
type: string
description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
description: Required. The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol.
notificationUrlAppId:
type: string
description: Optional. The app ID that the subscription service can use to generate the validation token. This allows the client to validate the authenticity of the notification received.
nullable: true
resource:
type: string
description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource.
description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource.
additionalProperties:
type: object
microsoft.graph.entity:
Expand All @@ -284,16 +273,28 @@ components:
description: Read-only.
additionalProperties:
type: object
odata.error:
microsoft.graph.subscriptionCollectionResponse:
title: Collection of subscription
type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.subscription'
'@odata.nextLink':
type: string
additionalProperties:
type: object
microsoft.graph.ODataErrors.ODataError:
required:
- error
type: object
properties:
error:
$ref: '#/components/schemas/odata.error.main'
$ref: '#/components/schemas/microsoft.graph.ODataErrors.MainError'
additionalProperties:
type: object
odata.error.main:
microsoft.graph.ODataErrors.MainError:
required:
- code
- message
Expand All @@ -305,18 +306,16 @@ components:
type: string
target:
type: string
nullable: true
details:
type: array
items:
$ref: '#/components/schemas/odata.error.detail'
$ref: '#/components/schemas/microsoft.graph.ODataErrors.ErrorDetails'
innererror:
type: object
additionalProperties:
type: object
description: The structure of this object is service-specific
$ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError'
additionalProperties:
type: object
odata.error.detail:
microsoft.graph.ODataErrors.ErrorDetails:
required:
- code
- message
Expand All @@ -328,15 +327,27 @@ components:
type: string
target:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.ODataErrors.InnerError:
type: object
additionalProperties:
type: object
description: The structure of this object is service-specific
responses:
microsoft.graph.subscriptionCollectionResponse:
description: Retrieved collection
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.subscriptionCollectionResponse'
error:
description: error
content:
application/json:
schema:
$ref: '#/components/schemas/odata.error'
$ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError'
parameters:
search:
name: $search
Expand Down
Loading