Skip to content

Commit

Permalink
Weekly Preview OpenAPI Docs Refresh (#1697)
Browse files Browse the repository at this point in the history
* Weekly OpenApiDocs Download.

* Add generated MgCommandMetadata.json. [run ci]

Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
  • Loading branch information
github-actions[bot] and Microsoft Graph DevX Tooling authored Dec 20, 2022
1 parent 3fb8432 commit b30ec6f
Show file tree
Hide file tree
Showing 48 changed files with 146,430 additions and 132,998 deletions.
4 changes: 2 additions & 2 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8038,10 +8038,10 @@ paths:
tags:
- onPremisesPublishingProfiles.connectorGroup
summary: Create connectorGroup
description: Create a connectorGroup object.
description: Create a new connectorGroup.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0
operationId: onPremisesPublishingProfiles_CreateConnectorGroups
parameters:
- name: onPremisesPublishingProfile-id
Expand Down
5 changes: 3 additions & 2 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3892,7 +3892,7 @@ components:
nullable: true
anonymousJoinWebUrl:
type: string
description: Url of meeting to join anonymously.
description: The URL of the meeting to join anonymously.
nullable: true
customerEmailAddress:
type: string
Expand Down Expand Up @@ -3920,7 +3920,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.bookingCustomerInformationBase'
description: It lists down the customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional.
description: A collection of the customer properties for an appointment. An appointment will contain a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional.
customerTimeZone:
type: string
description: 'The time zone of the customer. For a list of possible values, see dateTimeTimeZone.'
Expand Down Expand Up @@ -4201,6 +4201,7 @@ components:
nullable: true
isEmailNotificationEnabled:
type: boolean
description: True indicates that a staff member will be notified via email when a booking assigned to them is created or changed.
role:
$ref: '#/components/schemas/microsoft.graph.bookingStaffRole'
timeZone:
Expand Down
2 changes: 1 addition & 1 deletion openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ 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: '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. Use updated to receive notifications when user or group is created, updated or soft deleted. Use deleted to receive notifications when user or group is permanently deleted.'
clientState:
type: string
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.
Expand Down
92 changes: 80 additions & 12 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4589,11 +4589,11 @@ paths:
get:
tags:
- communications.onlineMeeting
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
summary: Get externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
operationId: communications.onlineMeetings_GetRegistration
parameters:
- name: onlineMeeting-id
Expand Down Expand Up @@ -4688,11 +4688,11 @@ paths:
delete:
tags:
- communications.onlineMeeting
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
operationId: communications.onlineMeetings_DeleteRegistration
parameters:
- name: onlineMeeting-id
Expand Down Expand Up @@ -5472,6 +5472,8 @@ paths:
- availability desc
- outOfOfficeSettings
- outOfOfficeSettings desc
- statusMessage
- statusMessage desc
type: string
- name: $select
in: query
Expand All @@ -5487,6 +5489,7 @@ paths:
- activity
- availability
- outOfOfficeSettings
- statusMessage
type: string
- name: $expand
in: query
Expand Down Expand Up @@ -5560,6 +5563,7 @@ paths:
- activity
- availability
- outOfOfficeSettings
- statusMessage
type: string
- name: $expand
in: query
Expand Down Expand Up @@ -5750,6 +5754,39 @@ paths:
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/presences/{presence-id}/microsoft.graph.setStatusMessage':
post:
tags:
- communications.Actions
summary: Invoke action setStatusMessage
operationId: communications.presences_setStatusMessage
parameters:
- name: presence-id
in: path
description: 'key: id of presence'
required: true
style: simple
schema:
type: string
x-ms-docs-key-type: presence
requestBody:
description: Action parameters
content:
application/json:
schema:
type: object
properties:
statusMessage:
$ref: '#/components/schemas/microsoft.graph.presenceStatusMessage'
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: action
'/communications/presences/{presence-id}/microsoft.graph.setUserPreferredPresence':
post:
tags:
Expand Down Expand Up @@ -7432,11 +7469,11 @@ paths:
get:
tags:
- users.onlineMeeting
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
summary: Get externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
operationId: users.onlineMeetings_GetRegistration
parameters:
- name: user-id
Expand Down Expand Up @@ -7547,11 +7584,11 @@ paths:
delete:
tags:
- users.onlineMeeting
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
operationId: users.onlineMeetings_DeleteRegistration
parameters:
- name: user-id
Expand Down Expand Up @@ -8413,6 +8450,7 @@ paths:
- activity
- availability
- outOfOfficeSettings
- statusMessage
type: string
- name: $expand
in: query
Expand Down Expand Up @@ -9108,6 +9146,8 @@ components:
nullable: true
outOfOfficeSettings:
$ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings'
statusMessage:
$ref: '#/components/schemas/microsoft.graph.presenceStatusMessage'
additionalProperties:
type: object
microsoft.graph.onlineMeeting:
Expand Down Expand Up @@ -9462,6 +9502,21 @@ components:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
additionalProperties:
type: object
microsoft.graph.presenceStatusMessage:
title: presenceStatusMessage
type: object
properties:
expiryDateTime:
$ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone'
message:
$ref: '#/components/schemas/microsoft.graph.itemBody'
publishedDateTime:
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
format: date-time
nullable: true
additionalProperties:
type: object
microsoft.graph.entity:
title: entity
type: object
Expand Down Expand Up @@ -10153,6 +10208,19 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.dateTimeTimeZone:
title: dateTimeTimeZone
type: object
properties:
dateTime:
type: string
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 possible values.'
nullable: true
additionalProperties:
type: object
microsoft.graph.ODataErrors.ODataError:
required:
- error
Expand Down
Loading

0 comments on commit b30ec6f

Please sign in to comment.