Skip to content

Commit a0709b7

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
and
Microsoft Graph DevX Tooling
authored
Weekly OpenApiDocs Download (#501)
Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent 7399ffc commit a0709b7

28 files changed

+8262
-2398
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 217 additions & 14 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Bookings.yml

Lines changed: 60 additions & 22 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Calendar.yml

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46384,18 +46384,19 @@ components:
4638446384
description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.'
4638546385
calendarGroupId:
4638646386
type: string
46387+
description: 'The calendarGroup in which to create the calendar. If the user has never explicitly set a group for the calendar, this property is null.'
4638746388
nullable: true
4638846389
canEdit:
4638946390
type: boolean
46390-
description: 'True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.'
46391+
description: 'True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.'
4639146392
nullable: true
4639246393
canShare:
4639346394
type: boolean
46394-
description: 'True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.'
46395+
description: 'True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.'
4639546396
nullable: true
4639646397
canViewPrivateItems:
4639746398
type: boolean
46398-
description: 'True if the user can read calendar items that have been marked private, false otherwise.'
46399+
description: 'True if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.'
4639946400
nullable: true
4640046401
changeKey:
4640146402
type: string
@@ -46407,19 +46408,23 @@ components:
4640746408
$ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType'
4640846409
hexColor:
4640946410
type: string
46411+
description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.'
4641046412
nullable: true
4641146413
isDefaultCalendar:
4641246414
type: boolean
46415+
description: 'True if this is the default calendar where new events are created by default, false otherwise.'
4641346416
nullable: true
4641446417
isRemovable:
4641546418
type: boolean
4641646419
description: Indicates whether this user calendar can be deleted from the user mailbox.
4641746420
nullable: true
4641846421
isShared:
4641946422
type: boolean
46423+
description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.'
4642046424
nullable: true
4642146425
isSharedWithMe:
4642246426
type: boolean
46427+
description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.'
4642346428
nullable: true
4642446429
isTallyingResponses:
4642546430
type: boolean
@@ -46509,6 +46514,7 @@ components:
4650946514
items:
4651046515
type: string
4651146516
nullable: true
46517+
description: 'Contains occurrenceId property values of cancelled instances in a recurring series, if the event is the series master. Instances in a recurring series that are cancelled are called cancelledOccurences.Returned only on $select in a Get operation which specifies the id of a series master event (that is, the seriesMasterId property value).'
4651246518
end:
4651346519
$ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone'
4651446520
hasAttachments:
@@ -46517,6 +46523,7 @@ components:
4651746523
nullable: true
4651846524
hideAttendees:
4651946525
type: boolean
46526+
description: 'When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false.'
4652046527
nullable: true
4652146528
importance:
4652246529
$ref: '#/components/schemas/microsoft.graph.importance'
@@ -46530,6 +46537,7 @@ components:
4653046537
nullable: true
4653146538
isDraft:
4653246539
type: boolean
46540+
description: 'Set to true if the user has updated the meeting in Outlook but has not sent the updates to attendees. Set to false if all changes have been sent, or if the event is an appointment without any attendees.'
4653346541
nullable: true
4653446542
isOnlineMeeting:
4653546543
type: boolean
@@ -46623,7 +46631,7 @@ components:
4662346631
type: array
4662446632
items:
4662546633
$ref: '#/components/schemas/microsoft.graph.attachment'
46626-
description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable.
46634+
description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.'
4662746635
calendar:
4662846636
$ref: '#/components/schemas/microsoft.graph.calendar'
4662946637
exceptionOccurrences:
@@ -46634,12 +46642,12 @@ components:
4663446642
type: array
4663546643
items:
4663646644
$ref: '#/components/schemas/microsoft.graph.extension'
46637-
description: The collection of open extensions defined for the event. Read-only. Nullable.
46645+
description: The collection of open extensions defined for the event. Nullable.
4663846646
instances:
4663946647
type: array
4664046648
items:
4664146649
$ref: '#/components/schemas/microsoft.graph.event'
46642-
description: The instances of the event. Navigation property. Read-only. Nullable.
46650+
description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.'
4664346651
multiValueExtendedProperties:
4664446652
type: array
4664546653
items:
@@ -46673,7 +46681,7 @@ components:
4667346681
nullable: true
4667446682
name:
4667546683
type: string
46676-
description: The attachment's file name.
46684+
description: The display name of the attachment. This does not need to be the actual file name.
4667746685
nullable: true
4667846686
size:
4667946687
maximum: 2147483647
@@ -46800,11 +46808,11 @@ components:
4680046808
properties:
4680146809
address:
4680246810
type: string
46803-
description: The email address of the person or entity.
46811+
description: The email address of an entity instance.
4680446812
nullable: true
4680546813
name:
4680646814
type: string
46807-
description: The display name of the person or entity.
46815+
description: The display name of an entity instance.
4680846816
nullable: true
4680946817
additionalProperties:
4681046818
type: object
@@ -46880,10 +46888,10 @@ components:
4688046888
properties:
4688146889
dateTime:
4688246890
type: string
46883-
description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).'
46891+
description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.'
4688446892
timeZone:
4688546893
type: string
46886-
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.'
46894+
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.'
4688746895
nullable: true
4688846896
additionalProperties:
4688946897
type: object
@@ -47033,6 +47041,7 @@ components:
4703347041
nullable: true
4703447042
postOfficeBox:
4703547043
type: string
47044+
description: The post office box number.
4703647045
nullable: true
4703747046
state:
4703847047
type: string
@@ -47161,7 +47170,7 @@ components:
4716147170
type: array
4716247171
items:
4716347172
$ref: '#/components/schemas/microsoft.graph.dayOfWeek'
47164-
description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.'
47173+
description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.'
4716547174
firstDayOfWeek:
4716647175
$ref: '#/components/schemas/microsoft.graph.dayOfWeek'
4716747176
index:

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -268,27 +268,27 @@ components:
268268
nullable: true
269269
changeType:
270270
type: string
271-
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.'
271+
description: '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. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.'
272272
clientState:
273273
type: string
274-
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.
274+
description: 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. Optional.
275275
nullable: true
276276
creatorId:
277277
type: string
278-
description: '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.'
278+
description: '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.'
279279
nullable: true
280280
encryptionCertificate:
281281
type: string
282282
description: A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional. Required when includeResourceData is true.
283283
nullable: true
284284
encryptionCertificateId:
285285
type: string
286-
description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional.
286+
description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true.
287287
nullable: true
288288
expirationDateTime:
289289
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])$'
290290
type: string
291-
description: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.'
291+
description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.'
292292
format: date-time
293293
includeProperties:
294294
type: boolean
@@ -310,10 +310,10 @@ components:
310310
nullable: true
311311
notificationUrl:
312312
type: string
313-
description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
313+
description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required.
314314
resource:
315315
type: string
316-
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.
316+
description: 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. Required.
317317
additionalProperties:
318318
type: object
319319
microsoft.graph.entity:

0 commit comments

Comments
 (0)