Skip to content

Commit d8ab061

Browse files
committed
Refresh OpenAPI docs and fix conflicts.
1 parent b57f996 commit d8ab061

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3744
-19885
lines changed

openApiDocs/beta/Analytics.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,17 +1553,17 @@ components:
15531553
type: array
15541554
items:
15551555
$ref: '#/components/schemas/microsoft.graph.trending'
1556-
description: Calculated relationship identifying trending documents. Trending documents can be stored in OneDrive or in SharePoint sites.
1556+
description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.'
15571557
shared:
15581558
type: array
15591559
items:
15601560
$ref: '#/components/schemas/microsoft.graph.sharedInsight'
1561-
description: Calculated relationship identifying documents shared with a user. Documents can be shared as email attachments or as OneDrive for Business links sent in emails.
1561+
description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.'
15621562
used:
15631563
type: array
15641564
items:
15651565
$ref: '#/components/schemas/microsoft.graph.usedInsight'
1566-
description: 'Calculated relationship identifying documents viewed and modified by a user. Includes documents the user used in OneDrive for Business, SharePoint, opened as email attachments, and as link attachments from sources like Box, DropBox and Google Drive.'
1566+
description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.'
15671567
example:
15681568
id: string (identifier)
15691569
trending:

openApiDocs/beta/DevicesApps.DeviceAppManagement.yml

Lines changed: 39 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9702,7 +9702,7 @@ paths:
97029702
default:
97039703
$ref: '#/components/responses/error'
97049704
x-ms-docs-operation-type: action
9705-
'/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName={userPrincipalName},deviceId={deviceId})':
9705+
'/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName=''{userPrincipalName}'',deviceId=''{deviceId}'')':
97069706
get:
97079707
tags:
97089708
- deviceAppManagement.Functions
@@ -9901,7 +9901,7 @@ paths:
99019901
default:
99029902
$ref: '#/components/responses/error'
99039903
x-ms-docs-operation-type: action
9904-
'/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.getRelatedAppStates(userPrincipalName={userPrincipalName},deviceId={deviceId})':
9904+
'/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.getRelatedAppStates(userPrincipalName=''{userPrincipalName}'',deviceId=''{deviceId}'')':
99059905
get:
99069906
tags:
99079907
- deviceAppManagement.Functions
@@ -10565,7 +10565,7 @@ paths:
1056510565
default:
1056610566
$ref: '#/components/responses/error'
1056710567
x-ms-docs-operation-type: action
10568-
'/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName={userPrincipalName},deviceId={deviceId})':
10568+
'/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName=''{userPrincipalName}'',deviceId=''{deviceId}'')':
1056910569
get:
1057010570
tags:
1057110571
- deviceAppManagement.Functions
@@ -11107,7 +11107,7 @@ paths:
1110711107
default:
1110811108
$ref: '#/components/responses/error'
1110911109
x-ms-docs-operation-type: action
11110-
'/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName={userPrincipalName},deviceId={deviceId})':
11110+
'/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app/microsoft.graph.getRelatedAppStates(userPrincipalName=''{userPrincipalName}'',deviceId=''{deviceId}'')':
1111111111
get:
1111211112
tags:
1111311113
- deviceAppManagement.Functions
@@ -11205,7 +11205,7 @@ paths:
1120511205
default:
1120611206
$ref: '#/components/responses/error'
1120711207
x-ms-docs-operation-type: action
11208-
'/deviceAppManagement/mobileApps/microsoft.graph.getMobileAppCount(status={status})':
11208+
'/deviceAppManagement/mobileApps/microsoft.graph.getMobileAppCount(status=''{status}'')':
1120911209
get:
1121011210
tags:
1121111211
- deviceAppManagement.Functions
@@ -11229,7 +11229,7 @@ paths:
1122911229
default:
1123011230
$ref: '#/components/responses/error'
1123111231
x-ms-docs-operation-type: function
11232-
'/deviceAppManagement/mobileApps/microsoft.graph.getTopMobileApps(status={status},count={count})':
11232+
'/deviceAppManagement/mobileApps/microsoft.graph.getTopMobileApps(status=''{status}'',count={count})':
1123311233
get:
1123411234
tags:
1123511235
- deviceAppManagement.Functions
@@ -11291,6 +11291,34 @@ paths:
1129111291
default:
1129211292
$ref: '#/components/responses/error'
1129311293
x-ms-docs-operation-type: action
11294+
/deviceAppManagement/mobileApps/microsoft.graph.validateXml:
11295+
post:
11296+
tags:
11297+
- deviceAppManagement.Actions
11298+
summary: Invoke action validateXml
11299+
operationId: deviceAppManagement.mobileApps_validateXml
11300+
requestBody:
11301+
description: Action parameters
11302+
content:
11303+
application/json:
11304+
schema:
11305+
type: object
11306+
properties:
11307+
officeConfigurationXml:
11308+
type: string
11309+
format: base64url
11310+
required: true
11311+
responses:
11312+
'200':
11313+
description: Success
11314+
content:
11315+
application/json:
11316+
schema:
11317+
type: string
11318+
nullable: true
11319+
default:
11320+
$ref: '#/components/responses/error'
11321+
x-ms-docs-operation-type: action
1129411322
/deviceAppManagement/policySets:
1129511323
get:
1129611324
tags:
@@ -13361,7 +13389,7 @@ paths:
1336113389
default:
1336213390
$ref: '#/components/responses/error'
1336313391
x-ms-docs-operation-type: action
13364-
'/deviceAppManagement/vppTokens/microsoft.graph.getLicensesForApp(bundleId={bundleId})':
13392+
'/deviceAppManagement/vppTokens/microsoft.graph.getLicensesForApp(bundleId=''{bundleId}'')':
1336513393
get:
1336613394
tags:
1336713395
- deviceAppManagement.Functions
@@ -15323,11 +15351,11 @@ components:
1532315351
$ref: '#/components/schemas/microsoft.graph.managedAppRemediationAction'
1532415352
customBrowserPackageId:
1532515353
type: string
15326-
description: Unique identifier of a custom browser to open weblink on Android.
15354+
description: 'Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.'
1532715355
nullable: true
1532815356
customBrowserDisplayName:
1532915357
type: string
15330-
description: Friendly name of the preferred custom browser to open weblink on Android.
15358+
description: 'Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.'
1533115359
nullable: true
1533215360
minimumRequiredCompanyPortalVersion:
1533315361
type: string
@@ -16168,7 +16196,7 @@ components:
1616816196
description: Protect incoming data from unknown source. This setting is only allowed to be True when AllowedInboundDataTransferSources is set to AllApps.
1616916197
customBrowserProtocol:
1617016198
type: string
16171-
description: A custom browser protocol to open weblink on iOS.
16199+
description: 'A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.'
1617216200
nullable: true
1617316201
apps:
1617416202
type: array
@@ -18489,7 +18517,7 @@ components:
1848918517
description: Indicates whether device compliance is required.
1849018518
managedBrowserToOpenLinksRequired:
1849118519
type: boolean
18492-
description: Indicates whether internet links should be opened in the managed browser app.
18520+
description: 'Indicates whether internet links should be opened in the managed browser app, or any custom browser specified by CustomBrowserProtocol (for iOS) or CustomBrowserPackageId/CustomBrowserDisplayName (for Android)'
1849318521
saveAsBlocked:
1849418522
type: boolean
1849518523
description: Indicates whether users may use the 'Save As' menu item to save a copy of protected files.

0 commit comments

Comments
 (0)