Skip to content

Commit e73e956

Browse files
peombwaMicrosoft Graph DevX Tooling
andauthored
Weekly Preview OpenAPI Docs Refresh (#1874)
* Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent d3996bc commit e73e956

17 files changed

+95300
-95269
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7964,10 +7964,10 @@ paths:
79647964
tags:
79657965
- onPremisesPublishingProfiles.connectorGroup
79667966
summary: Create connectorGroup
7967-
description: Create a new connectorGroup.
7967+
description: Create a connectorGroup object.
79687968
externalDocs:
79697969
description: Find more info here
7970-
url: https://docs.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0
7970+
url: https://docs.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0
79717971
operationId: onPremisesPublishingProfiles_CreateConnectorGroups
79727972
parameters:
79737973
- name: onPremisesPublishingProfile-id

openApiDocs/beta/Calendar.yml

Lines changed: 120 additions & 120 deletions
Large diffs are not rendered by default.

openApiDocs/beta/CloudCommunications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3015,10 +3015,10 @@ paths:
30153015
tags:
30163016
- communications.Actions
30173017
summary: Invoke action invite
3018-
description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.'
3018+
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.'
30193019
externalDocs:
30203020
description: Find more info here
3021-
url: https://docs.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
3021+
url: https://docs.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
30223022
operationId: communications.calls.participants_invite
30233023
parameters:
30243024
- name: call-id

openApiDocs/beta/DeviceManagement.Enrollment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6404,11 +6404,11 @@ paths:
64046404
get:
64056405
tags:
64066406
- roleManagement.rbacApplicationMultiple
6407-
summary: Get unifiedRoleAssignmentMultiple
6408-
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."
6407+
summary: List unifiedRoleAssignmentMultiple
6408+
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."
64096409
externalDocs:
64106410
description: Find more info here
6411-
url: https://docs.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0
6411+
url: https://docs.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-1.0
64126412
operationId: roleManagement.cloudPC_ListRoleAssignments
64136413
parameters:
64146414
- $ref: '#/components/parameters/top'
@@ -8367,11 +8367,11 @@ paths:
83678367
get:
83688368
tags:
83698369
- roleManagement.rbacApplicationMultiple
8370-
summary: Get unifiedRoleAssignmentMultiple
8371-
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."
8370+
summary: List unifiedRoleAssignmentMultiple
8371+
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."
83728372
externalDocs:
83738373
description: Find more info here
8374-
url: https://docs.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0
8374+
url: https://docs.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-1.0
83758375
operationId: roleManagement.deviceManagement_ListRoleAssignments
83768376
parameters:
83778377
- $ref: '#/components/parameters/top'

openApiDocs/beta/Files.yml

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,40 @@ paths:
10091009
nextLinkName: '@odata.nextLink'
10101010
operationName: listMore
10111011
x-ms-docs-operation-type: operation
1012+
post:
1013+
tags:
1014+
- drives.driveItem
1015+
summary: Create new navigation property to bundles for drives
1016+
externalDocs:
1017+
description: Find more info here
1018+
url: https://docs.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0
1019+
operationId: drives_CreateBundles
1020+
parameters:
1021+
- name: drive-id
1022+
in: path
1023+
description: The unique identifier of drive
1024+
required: true
1025+
style: simple
1026+
schema:
1027+
type: string
1028+
x-ms-docs-key-type: drive
1029+
requestBody:
1030+
description: New navigation property
1031+
content:
1032+
application/json:
1033+
schema:
1034+
$ref: '#/components/schemas/microsoft.graph.driveItem'
1035+
required: true
1036+
responses:
1037+
2XX:
1038+
description: Created navigation property.
1039+
content:
1040+
application/json:
1041+
schema:
1042+
$ref: '#/components/schemas/microsoft.graph.driveItem'
1043+
default:
1044+
$ref: '#/components/responses/error'
1045+
x-ms-docs-operation-type: operation
10121046
'/drives/{drive-id}/bundles/{driveItem-id}':
10131047
get:
10141048
tags:
@@ -23260,6 +23294,48 @@ paths:
2326023294
nextLinkName: '@odata.nextLink'
2326123295
operationName: listMore
2326223296
x-ms-docs-operation-type: operation
23297+
post:
23298+
tags:
23299+
- groups.drive
23300+
summary: Create new navigation property to bundles for groups
23301+
externalDocs:
23302+
description: Find more info here
23303+
url: https://docs.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0
23304+
operationId: groups.drives_CreateBundles
23305+
parameters:
23306+
- name: group-id
23307+
in: path
23308+
description: The unique identifier of group
23309+
required: true
23310+
style: simple
23311+
schema:
23312+
type: string
23313+
x-ms-docs-key-type: group
23314+
- name: drive-id
23315+
in: path
23316+
description: The unique identifier of drive
23317+
required: true
23318+
style: simple
23319+
schema:
23320+
type: string
23321+
x-ms-docs-key-type: drive
23322+
requestBody:
23323+
description: New navigation property
23324+
content:
23325+
application/json:
23326+
schema:
23327+
$ref: '#/components/schemas/microsoft.graph.driveItem'
23328+
required: true
23329+
responses:
23330+
2XX:
23331+
description: Created navigation property.
23332+
content:
23333+
application/json:
23334+
schema:
23335+
$ref: '#/components/schemas/microsoft.graph.driveItem'
23336+
default:
23337+
$ref: '#/components/responses/error'
23338+
x-ms-docs-operation-type: operation
2326323339
'/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}':
2326423340
get:
2326523341
tags:
@@ -51711,6 +51787,48 @@ paths:
5171151787
nextLinkName: '@odata.nextLink'
5171251788
operationName: listMore
5171351789
x-ms-docs-operation-type: operation
51790+
post:
51791+
tags:
51792+
- users.drive
51793+
summary: Create new navigation property to bundles for users
51794+
externalDocs:
51795+
description: Find more info here
51796+
url: https://docs.microsoft.com/graph/api/drive-post-bundles?view=graph-rest-1.0
51797+
operationId: users.drives_CreateBundles
51798+
parameters:
51799+
- name: user-id
51800+
in: path
51801+
description: The unique identifier of user
51802+
required: true
51803+
style: simple
51804+
schema:
51805+
type: string
51806+
x-ms-docs-key-type: user
51807+
- name: drive-id
51808+
in: path
51809+
description: The unique identifier of drive
51810+
required: true
51811+
style: simple
51812+
schema:
51813+
type: string
51814+
x-ms-docs-key-type: drive
51815+
requestBody:
51816+
description: New navigation property
51817+
content:
51818+
application/json:
51819+
schema:
51820+
$ref: '#/components/schemas/microsoft.graph.driveItem'
51821+
required: true
51822+
responses:
51823+
2XX:
51824+
description: Created navigation property.
51825+
content:
51826+
application/json:
51827+
schema:
51828+
$ref: '#/components/schemas/microsoft.graph.driveItem'
51829+
default:
51830+
$ref: '#/components/responses/error'
51831+
x-ms-docs-operation-type: operation
5171451832
'/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}':
5171551833
get:
5171651834
tags:

openApiDocs/beta/Groups.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11331,11 +11331,11 @@ paths:
1133111331
post:
1133211332
tags:
1133311333
- groups.conversation
11334-
summary: Create conversation
11335-
description: Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation.
11334+
summary: Create openTypeExtension
11335+
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.'
1133611336
externalDocs:
1133711337
description: Find more info here
11338-
url: https://docs.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0
11338+
url: https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
1133911339
operationId: groups_CreateConversations
1134011340
parameters:
1134111341
- name: group-id
@@ -11761,10 +11761,10 @@ paths:
1176111761
tags:
1176211762
- groups.Actions
1176311763
summary: Invoke action reply
11764-
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."
11764+
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. "
1176511765
externalDocs:
1176611766
description: Find more info here
11767-
url: https://docs.microsoft.com/graph/api/conversationthread-reply?view=graph-rest-1.0
11767+
url: https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0
1176811768
operationId: groups.conversations.threads_reply
1176911769
parameters:
1177011770
- name: group-id
@@ -14025,10 +14025,10 @@ paths:
1402514025
tags:
1402614026
- groups.Actions
1402714027
summary: Invoke action reply
14028-
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.'
14028+
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.'
1402914029
externalDocs:
1403014030
description: Find more info here
14031-
url: https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
14031+
url: https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
1403214032
operationId: groups.conversations.threads.posts.inReplyTo_reply
1403314033
parameters:
1403414034
- name: group-id
@@ -15173,10 +15173,10 @@ paths:
1517315173
tags:
1517415174
- groups.Actions
1517515175
summary: Invoke action reply
15176-
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.'
15176+
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.'
1517715177
externalDocs:
1517815178
description: Find more info here
15179-
url: https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
15179+
url: https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
1518015180
operationId: groups.conversations.threads.posts_reply
1518115181
parameters:
1518215182
- name: group-id
@@ -38602,10 +38602,10 @@ paths:
3860238602
tags:
3860338603
- groups.Actions
3860438604
summary: Invoke action reply
38605-
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."
38605+
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. "
3860638606
externalDocs:
3860738607
description: Find more info here
38608-
url: https://docs.microsoft.com/graph/api/conversationthread-reply?view=graph-rest-1.0
38608+
url: https://docs.microsoft.com/graph/api/post-post-attachments?view=graph-rest-1.0
3860938609
operationId: groups.threads_reply
3861038610
parameters:
3861138611
- name: group-id
@@ -40626,10 +40626,10 @@ paths:
4062640626
tags:
4062740627
- groups.Actions
4062840628
summary: Invoke action reply
40629-
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.'
40629+
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.'
4063040630
externalDocs:
4063140631
description: Find more info here
40632-
url: https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
40632+
url: https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
4063340633
operationId: groups.threads.posts.inReplyTo_reply
4063440634
parameters:
4063540635
- name: group-id
@@ -41646,10 +41646,10 @@ paths:
4164641646
tags:
4164741647
- groups.Actions
4164841648
summary: Invoke action reply
41649-
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.'
41649+
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.'
4165041650
externalDocs:
4165141651
description: Find more info here
41652-
url: https://docs.microsoft.com/graph/api/post-reply?view=graph-rest-1.0
41652+
url: https://docs.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0
4165341653
operationId: groups.threads.posts_reply
4165441654
parameters:
4165541655
- name: group-id

openApiDocs/beta/Identity.SignIns.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17148,11 +17148,11 @@ paths:
1714817148
patch:
1714917149
tags:
1715017150
- policies.crossTenantAccessPolicy
17151-
summary: Update crossTenantIdentitySyncPolicyPartner
17152-
description: Update the user synchronization policy of a partner-specific configuration.
17151+
summary: Create identitySynchronization
17152+
description: Create a cross-tenant user synchronization policy for a partner-specific configuration.
1715317153
externalDocs:
1715417154
description: Find more info here
17155-
url: https://docs.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0
17155+
url: https://docs.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0
1715617156
operationId: policies.crossTenantAccessPolicy.partners_UpdateIdentitySynchronization
1715717157
parameters:
1715817158
- name: crossTenantAccessPolicyConfigurationPartner-tenantId

0 commit comments

Comments
 (0)