Skip to content

Weekly OpenApiDocs Download #501

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2021
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
231 changes: 217 additions & 14 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

82 changes: 60 additions & 22 deletions openApiDocs/beta/Bookings.yml

Large diffs are not rendered by default.

33 changes: 21 additions & 12 deletions openApiDocs/beta/Calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46384,18 +46384,19 @@ components:
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.'
calendarGroupId:
type: string
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.'
nullable: true
canEdit:
type: boolean
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.'
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.'
nullable: true
canShare:
type: boolean
description: 'True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.'
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.'
nullable: true
canViewPrivateItems:
type: boolean
description: 'True if the user can read calendar items that have been marked private, false otherwise.'
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.'
nullable: true
changeKey:
type: string
Expand All @@ -46407,19 +46408,23 @@ components:
$ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType'
hexColor:
type: string
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.'
nullable: true
isDefaultCalendar:
type: boolean
description: 'True if this is the default calendar where new events are created by default, false otherwise.'
nullable: true
isRemovable:
type: boolean
description: Indicates whether this user calendar can be deleted from the user mailbox.
nullable: true
isShared:
type: boolean
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.'
nullable: true
isSharedWithMe:
type: boolean
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.'
nullable: true
isTallyingResponses:
type: boolean
Expand Down Expand Up @@ -46509,6 +46514,7 @@ components:
items:
type: string
nullable: true
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).'
end:
$ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone'
hasAttachments:
Expand All @@ -46517,6 +46523,7 @@ components:
nullable: true
hideAttendees:
type: boolean
description: 'When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false.'
nullable: true
importance:
$ref: '#/components/schemas/microsoft.graph.importance'
Expand All @@ -46530,6 +46537,7 @@ components:
nullable: true
isDraft:
type: boolean
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.'
nullable: true
isOnlineMeeting:
type: boolean
Expand Down Expand Up @@ -46623,7 +46631,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.attachment'
description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable.
description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.'
calendar:
$ref: '#/components/schemas/microsoft.graph.calendar'
exceptionOccurrences:
Expand All @@ -46634,12 +46642,12 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.extension'
description: The collection of open extensions defined for the event. Read-only. Nullable.
description: The collection of open extensions defined for the event. Nullable.
instances:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.event'
description: The instances of the event. Navigation property. Read-only. Nullable.
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.'
multiValueExtendedProperties:
type: array
items:
Expand Down Expand Up @@ -46673,7 +46681,7 @@ components:
nullable: true
name:
type: string
description: The attachment's file name.
description: The display name of the attachment. This does not need to be the actual file name.
nullable: true
size:
maximum: 2147483647
Expand Down Expand Up @@ -46800,11 +46808,11 @@ components:
properties:
address:
type: string
description: The email address of the person or entity.
description: The email address of an entity instance.
nullable: true
name:
type: string
description: The display name of the person or entity.
description: The display name of an entity instance.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -46880,10 +46888,10 @@ components:
properties:
dateTime:
type: string
description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).'
description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.'
timeZone:
type: string
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.'
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -47033,6 +47041,7 @@ components:
nullable: true
postOfficeBox:
type: string
description: The post office box number.
nullable: true
state:
type: string
Expand Down Expand Up @@ -47161,7 +47170,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.dayOfWeek'
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.'
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.'
firstDayOfWeek:
$ref: '#/components/schemas/microsoft.graph.dayOfWeek'
index:
Expand Down
14 changes: 7 additions & 7 deletions openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,27 +268,27 @@ components:
nullable: true
changeType:
type: string
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.'
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.'
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: 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.
nullable: true
creatorId:
type: string
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.'
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.'
nullable: true
encryptionCertificate:
type: string
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.
nullable: true
encryptionCertificateId:
type: string
description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional.
description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. 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])$'
type: string
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.'
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.'
format: date-time
includeProperties:
type: boolean
Expand All @@ -310,10 +310,10 @@ components:
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: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required.
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: 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.
additionalProperties:
type: object
microsoft.graph.entity:
Expand Down
Loading