Skip to content
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

Weekly OpenApiDocs Download #1428

Closed
wants to merge 1 commit into from
Closed
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
2,522 changes: 1,752 additions & 770 deletions openApiDocs/beta/CloudCommunications.yml

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions openApiDocs/beta/Compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14982,6 +14982,8 @@ components:
type: string
description: The video teleconferencing ID. Read-only.
nullable: true
virtualAppointment:
$ref: '#/components/schemas/microsoft.graph.virtualAppointment'
attendanceReports:
type: array
items:
Expand All @@ -14991,6 +14993,10 @@ components:
$ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport'
registration:
$ref: '#/components/schemas/microsoft.graph.meetingRegistration'
transcripts:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -21022,6 +21028,33 @@ components:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
additionalProperties:
type: object
microsoft.graph.virtualAppointment:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: virtualAppointment
type: object
properties:
appointmentClientJoinWebUrl:
type: string
description: The join web URL of the virtual appointment for clients with waiting room and browser join. Optional.
nullable: true
appointmentClients:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.virtualAppointmentUser'
description: 'The client information for the virtual appointment, including name, email, and SMS phone number. Optional.'
externalAppointmentId:
type: string
description: 'The identifier of the appointment from the scheduling system, associated with the current virtual appointment. Optional.'
nullable: true
externalAppointmentUrl:
type: string
description: 'The URL of the appointment resource from the scheduling system, associated with the current virtual appointment. Optional.'
nullable: true
settings:
$ref: '#/components/schemas/microsoft.graph.virtualAppointmentSettings'
additionalProperties:
type: object
microsoft.graph.meetingAttendanceReport:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down Expand Up @@ -21103,6 +21136,23 @@ components:
description: Custom registration questions.
additionalProperties:
type: object
microsoft.graph.callTranscript:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: callTranscript
type: object
properties:
content:
type: string
format: base64url
nullable: true
createdDateTime:
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.outOfOfficeSettings:
title: outOfOfficeSettings
type: object
Expand Down Expand Up @@ -24961,6 +25011,34 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.virtualAppointmentUser:
title: virtualAppointmentUser
type: object
properties:
displayName:
type: string
description: The display name of the user who participates in a virtual appointment. Optional.
nullable: true
emailAddress:
type: string
description: The email address of the user who participates in a virtual appointment. Optional.
nullable: true
smsCapablePhoneNumber:
type: string
description: The phone number for sending SMS texts for the user who participates in a virtual appointment. Optional.
nullable: true
additionalProperties:
type: object
microsoft.graph.virtualAppointmentSettings:
title: virtualAppointmentSettings
type: object
properties:
allowClientToJoinUsingBrowser:
type: boolean
description: 'Indicates whether the client can use the browser to join a virtual appointment. If set to false, the client can only use Microsoft Teams to join. Optional.'
nullable: true
additionalProperties:
type: object
microsoft.graph.attendanceRecord:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down
78 changes: 78 additions & 0 deletions openApiDocs/beta/DeviceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67341,6 +67341,8 @@ components:
type: string
description: The video teleconferencing ID. Read-only.
nullable: true
virtualAppointment:
$ref: '#/components/schemas/microsoft.graph.virtualAppointment'
attendanceReports:
type: array
items:
Expand All @@ -67350,6 +67352,10 @@ components:
$ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport'
registration:
$ref: '#/components/schemas/microsoft.graph.meetingRegistration'
transcripts:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -72767,6 +72773,33 @@ components:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
additionalProperties:
type: object
microsoft.graph.virtualAppointment:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: virtualAppointment
type: object
properties:
appointmentClientJoinWebUrl:
type: string
description: The join web URL of the virtual appointment for clients with waiting room and browser join. Optional.
nullable: true
appointmentClients:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.virtualAppointmentUser'
description: 'The client information for the virtual appointment, including name, email, and SMS phone number. Optional.'
externalAppointmentId:
type: string
description: 'The identifier of the appointment from the scheduling system, associated with the current virtual appointment. Optional.'
nullable: true
externalAppointmentUrl:
type: string
description: 'The URL of the appointment resource from the scheduling system, associated with the current virtual appointment. Optional.'
nullable: true
settings:
$ref: '#/components/schemas/microsoft.graph.virtualAppointmentSettings'
additionalProperties:
type: object
microsoft.graph.meetingAttendanceReport:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down Expand Up @@ -72848,6 +72881,23 @@ components:
description: Custom registration questions.
additionalProperties:
type: object
microsoft.graph.callTranscript:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: callTranscript
type: object
properties:
content:
type: string
format: base64url
nullable: true
createdDateTime:
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.outOfOfficeSettings:
title: outOfOfficeSettings
type: object
Expand Down Expand Up @@ -77326,6 +77376,34 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.virtualAppointmentUser:
title: virtualAppointmentUser
type: object
properties:
displayName:
type: string
description: The display name of the user who participates in a virtual appointment. Optional.
nullable: true
emailAddress:
type: string
description: The email address of the user who participates in a virtual appointment. Optional.
nullable: true
smsCapablePhoneNumber:
type: string
description: The phone number for sending SMS texts for the user who participates in a virtual appointment. Optional.
nullable: true
additionalProperties:
type: object
microsoft.graph.virtualAppointmentSettings:
title: virtualAppointmentSettings
type: object
properties:
allowClientToJoinUsingBrowser:
type: boolean
description: 'Indicates whether the client can use the browser to join a virtual appointment. If set to false, the client can only use Microsoft Teams to join. Optional.'
nullable: true
additionalProperties:
type: object
microsoft.graph.attendanceRecord:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down
Loading