Skip to content

[v2] Weekly OpenApiDocs Refresh #2013

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 2 commits into from
May 16, 2023
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
21 changes: 15 additions & 6 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9201,10 +9201,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: onPremisesPublishingProfile_CreateConnectorGroup
parameters:
- name: onPremisesPublishingProfile-id
Expand Down Expand Up @@ -21515,11 +21515,11 @@ components:
nullable: true
type:
type: string
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert.'
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert, or X509CertAndPassword.'
nullable: true
usage:
type: string
description: 'A string that describes the purpose for which the key can be used; for example, Verify.'
description: 'A string that describes the purpose for which the key can be used; for example, None​, Verify​, PairwiseIdentifier​, Delegation​, Decrypt​, Encrypt​, HashedIdentifier​, SelfSignedTls, or Sign. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -21983,6 +21983,10 @@ components:
items:
type: string
description: 'Identifies the info segments assigned to the user. Supports $filter (eq, not, ge, le, startsWith).'
isLicenseReconciliationNeeded:
type: boolean
description: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. Supports $filter (eq where true only).
nullable: true
isManagementRestricted:
type: boolean
nullable: true
Expand Down Expand Up @@ -22113,6 +22117,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).'
showInAddressList:
type: boolean
description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
Expand Down Expand Up @@ -23321,6 +23326,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).'
theme:
type: string
description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.'
Expand Down Expand Up @@ -24477,13 +24483,16 @@ components:
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
description: The date and time at which the error occurred.
format: date-time
nullable: true
isResolved:
type: boolean
description: Indicates whether the Error has been attended to.
nullable: true
serviceInstance:
type: string
description: 'Qualified service instance (e.g., ''SharePoint/Dublin'') that published the service error information.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -27659,10 +27668,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
value:
type: string
description: Value for this key-value pair
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
nullable: true
additionalProperties:
type: object
Expand Down
18 changes: 9 additions & 9 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5211,11 +5211,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: communication.onlineMeeting_DeleteRegistration
parameters:
- name: onlineMeeting-id
Expand Down Expand Up @@ -8908,11 +8908,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: user.onlineMeeting_DeleteRegistration
parameters:
- name: user-id
Expand Down Expand Up @@ -10405,11 +10405,11 @@ paths:
get:
tags:
- users.presence
summary: Get presence
description: Get a user's presence information.
summary: 'presence: setStatusMessage'
description: Set a presence status message for a user. An optional expiration date and time can be supplied.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/presence-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
operationId: user_GetPresence
parameters:
- name: user-id
Expand Down
17 changes: 13 additions & 4 deletions openApiDocs/beta/Compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9264,6 +9264,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).'
theme:
type: string
description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.'
Expand Down Expand Up @@ -10706,13 +10707,16 @@ components:
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
description: The date and time at which the error occurred.
format: date-time
nullable: true
isResolved:
type: boolean
description: Indicates whether the Error has been attended to.
nullable: true
serviceInstance:
type: string
description: 'Qualified service instance (e.g., ''SharePoint/Dublin'') that published the service error information.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -11938,6 +11942,10 @@ components:
items:
type: string
description: 'Identifies the info segments assigned to the user. Supports $filter (eq, not, ge, le, startsWith).'
isLicenseReconciliationNeeded:
type: boolean
description: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. Supports $filter (eq where true only).
nullable: true
isManagementRestricted:
type: boolean
nullable: true
Expand Down Expand Up @@ -12068,6 +12076,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).'
showInAddressList:
type: boolean
description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
Expand Down Expand Up @@ -20646,11 +20655,11 @@ components:
nullable: true
type:
type: string
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert.'
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert, or X509CertAndPassword.'
nullable: true
usage:
type: string
description: 'A string that describes the purpose for which the key can be used; for example, Verify.'
description: 'A string that describes the purpose for which the key can be used; for example, None​, Verify​, PairwiseIdentifier​, Delegation​, Decrypt​, Encrypt​, HashedIdentifier​, SelfSignedTls, or Sign. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -23323,10 +23332,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
value:
type: string
description: Value for this key-value pair
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
nullable: true
additionalProperties:
type: object
Expand Down
17 changes: 13 additions & 4 deletions openApiDocs/beta/CrossDeviceExperiences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6240,6 +6240,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).'
theme:
type: string
description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.'
Expand Down Expand Up @@ -6863,6 +6864,10 @@ components:
items:
type: string
description: 'Identifies the info segments assigned to the user. Supports $filter (eq, not, ge, le, startsWith).'
isLicenseReconciliationNeeded:
type: boolean
description: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. Supports $filter (eq where true only).
nullable: true
isManagementRestricted:
type: boolean
nullable: true
Expand Down Expand Up @@ -6993,6 +6998,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).'
showInAddressList:
type: boolean
description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
Expand Down Expand Up @@ -7633,13 +7639,16 @@ components:
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
description: The date and time at which the error occurred.
format: date-time
nullable: true
isResolved:
type: boolean
description: Indicates whether the Error has been attended to.
nullable: true
serviceInstance:
type: string
description: 'Qualified service instance (e.g., ''SharePoint/Dublin'') that published the service error information.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -8617,11 +8626,11 @@ components:
nullable: true
type:
type: string
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert.'
description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert, or X509CertAndPassword.'
nullable: true
usage:
type: string
description: 'A string that describes the purpose for which the key can be used; for example, Verify.'
description: 'A string that describes the purpose for which the key can be used; for example, None​, Verify​, PairwiseIdentifier​, Delegation​, Decrypt​, Encrypt​, HashedIdentifier​, SelfSignedTls, or Sign. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -16545,10 +16554,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
value:
type: string
description: Value for this key-value pair
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
nullable: true
additionalProperties:
type: object
Expand Down
Loading