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
9,948 changes: 5,949 additions & 3,999 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

460 changes: 288 additions & 172 deletions openApiDocs/beta/Bookings.yml

Large diffs are not rendered by default.

104,877 changes: 91,439 additions & 13,438 deletions openApiDocs/beta/Calendar.yml

Large diffs are not rendered by default.

70 changes: 39 additions & 31 deletions openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
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 Down Expand Up @@ -224,19 +210,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 +247,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 +270,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 +303,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 +324,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