Skip to content

Commit

Permalink
Weekly Preview OpenAPI Docs Refresh (#1874)
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 <[email protected]>
  • Loading branch information
peombwa and Microsoft Graph DevX Tooling authored Mar 14, 2023
1 parent d3996bc commit e73e956
Show file tree
Hide file tree
Showing 17 changed files with 95,300 additions and 95,269 deletions.
4 changes: 2 additions & 2 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7964,10 +7964,10 @@ paths:
tags:
- onPremisesPublishingProfiles.connectorGroup
summary: Create connectorGroup
description: Create a new connectorGroup.
description: Create a connectorGroup object.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0
operationId: onPremisesPublishingProfiles_CreateConnectorGroups
parameters:
- name: onPremisesPublishingProfile-id
Expand Down
240 changes: 120 additions & 120 deletions openApiDocs/beta/Calendar.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3015,10 +3015,10 @@ paths:
tags:
- communications.Actions
summary: Invoke action invite
description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.'
description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
operationId: communications.calls.participants_invite
parameters:
- name: call-id
Expand Down
12 changes: 6 additions & 6 deletions openApiDocs/beta/DeviceManagement.Enrollment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6404,11 +6404,11 @@ paths:
get:
tags:
- roleManagement.rbacApplicationMultiple
summary: Get unifiedRoleAssignmentMultiple
description: "Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Azure AD), use unifiedRoleAssignment."
summary: List unifiedRoleAssignmentMultiple
description: "Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Azure AD), use unifiedRoleAssignment."
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-1.0
operationId: roleManagement.cloudPC_ListRoleAssignments
parameters:
- $ref: '#/components/parameters/top'
Expand Down Expand Up @@ -8367,11 +8367,11 @@ paths:
get:
tags:
- roleManagement.rbacApplicationMultiple
summary: Get unifiedRoleAssignmentMultiple
description: "Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Azure AD), use unifiedRoleAssignment."
summary: List unifiedRoleAssignmentMultiple
description: "Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Azure AD), use unifiedRoleAssignment."
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-1.0
operationId: roleManagement.deviceManagement_ListRoleAssignments
parameters:
- $ref: '#/components/parameters/top'
Expand Down
118 changes: 118 additions & 0 deletions openApiDocs/beta/Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,40 @@ paths:
nextLinkName: '@odata.nextLink'
operationName: listMore
x-ms-docs-operation-type: operation
post:
tags:
- drives.driveItem
summary: Create new navigation property to bundles for drives
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0
operationId: drives_CreateBundles
parameters:
- name: drive-id
in: path
description: The unique identifier of drive
required: true
style: simple
schema:
type: string
x-ms-docs-key-type: drive
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.driveItem'
required: true
responses:
2XX:
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.driveItem'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/drives/{drive-id}/bundles/{driveItem-id}':
get:
tags:
Expand Down Expand Up @@ -23260,6 +23294,48 @@ paths:
nextLinkName: '@odata.nextLink'
operationName: listMore
x-ms-docs-operation-type: operation
post:
tags:
- groups.drive
summary: Create new navigation property to bundles for groups
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0
operationId: groups.drives_CreateBundles
parameters:
- name: group-id
in: path
description: The unique identifier of group
required: true
style: simple
schema:
type: string
x-ms-docs-key-type: group
- name: drive-id
in: path
description: The unique identifier of drive
required: true
style: simple
schema:
type: string
x-ms-docs-key-type: drive
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.driveItem'
required: true
responses:
2XX:
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.driveItem'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}':
get:
tags:
Expand Down Expand Up @@ -51711,6 +51787,48 @@ paths:
nextLinkName: '@odata.nextLink'
operationName: listMore
x-ms-docs-operation-type: operation
post:
tags:
- users.drive
summary: Create new navigation property to bundles for users
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0
operationId: users.drives_CreateBundles
parameters:
- name: user-id
in: path
description: The unique identifier of user
required: true
style: simple
schema:
type: string
x-ms-docs-key-type: user
- name: drive-id
in: path
description: The unique identifier of drive
required: true
style: simple
schema:
type: string
x-ms-docs-key-type: drive
requestBody:
description: New navigation property
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.driveItem'
required: true
responses:
2XX:
description: Created navigation property.
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.driveItem'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
'/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}':
get:
tags:
Expand Down
30 changes: 15 additions & 15 deletions openApiDocs/beta/Groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11331,11 +11331,11 @@ paths:
post:
tags:
- groups.conversation
summary: Create conversation
description: Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation.
summary: Create openTypeExtension
description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. See known limitations of open extensions for more information. The table in the Permissions section lists the resources that support open extensions.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
operationId: groups_CreateConversations
parameters:
- name: group-id
Expand Down Expand Up @@ -11761,10 +11761,10 @@ paths:
tags:
- groups.Actions
summary: Invoke action reply
description: "Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation \nin the request, or, you can specify just the thread without the parent conversation."
description: "Add an attachment when creating a group post. This operation limits the size of the attachment you can add to under 3 MB. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. "
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/conversationthread-reply?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0
operationId: groups.conversations.threads_reply
parameters:
- name: group-id
Expand Down Expand Up @@ -14025,10 +14025,10 @@ paths:
tags:
- groups.Actions
summary: Invoke action reply
description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.'
description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. See known limitations of open extensions for more information. The table in the Permissions section lists the resources that support open extensions.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
operationId: groups.conversations.threads.posts.inReplyTo_reply
parameters:
- name: group-id
Expand Down Expand Up @@ -15173,10 +15173,10 @@ paths:
tags:
- groups.Actions
summary: Invoke action reply
description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.'
description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. See known limitations of open extensions for more information. The table in the Permissions section lists the resources that support open extensions.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
operationId: groups.conversations.threads.posts_reply
parameters:
- name: group-id
Expand Down Expand Up @@ -38602,10 +38602,10 @@ paths:
tags:
- groups.Actions
summary: Invoke action reply
description: "Reply to a thread in a group conversation and add a new post to it. You can specify the parent conversation \nin the request, or, you can specify just the thread without the parent conversation."
description: "Add an attachment when creating a group post. This operation limits the size of the attachment you can add to under 3 MB. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. "
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/conversationthread-reply?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0
operationId: groups.threads_reply
parameters:
- name: group-id
Expand Down Expand Up @@ -40626,10 +40626,10 @@ paths:
tags:
- groups.Actions
summary: Invoke action reply
description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.'
description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. See known limitations of open extensions for more information. The table in the Permissions section lists the resources that support open extensions.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
operationId: groups.threads.posts.inReplyTo_reply
parameters:
- name: group-id
Expand Down Expand Up @@ -41646,10 +41646,10 @@ paths:
tags:
- groups.Actions
summary: Invoke action reply
description: 'Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.'
description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. See known limitations of open extensions for more information. The table in the Permissions section lists the resources that support open extensions.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
operationId: groups.threads.posts_reply
parameters:
- name: group-id
Expand Down
6 changes: 3 additions & 3 deletions openApiDocs/beta/Identity.SignIns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17148,11 +17148,11 @@ paths:
patch:
tags:
- policies.crossTenantAccessPolicy
summary: Update crossTenantIdentitySyncPolicyPartner
description: Update the user synchronization policy of a partner-specific configuration.
summary: Create identitySynchronization
description: Create a cross-tenant user synchronization policy for a partner-specific configuration.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0
operationId: policies.crossTenantAccessPolicy.partners_UpdateIdentitySynchronization
parameters:
- name: crossTenantAccessPolicyConfigurationPartner-tenantId
Expand Down
Loading

0 comments on commit e73e956

Please sign in to comment.