Skip to content

Commit d6bd512

Browse files
authored
Merge pull request #2686 from microsoftgraph/WeeklyApiRefresh/202404170255
[v2] Weekly OpenApiDocs Refresh
2 parents f371ea5 + 6ca8b57 commit d6bd512

27 files changed

+257069
-227168
lines changed

openApiDocs/beta/Applications.yml

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

openApiDocs/beta/Bookings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15272,11 +15272,11 @@ components:
1527215272
properties:
1527315273
displayName:
1527415274
type: string
15275-
description: The display name of the identity. This property is read-only.
15275+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
1527615276
nullable: true
1527715277
id:
1527815278
type: string
15279-
description: The identifier of the identity. This property is read-only.
15279+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
1528015280
nullable: true
1528115281
additionalProperties:
1528215282
type: object

openApiDocs/beta/CloudCommunications.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10593,11 +10593,11 @@ paths:
1059310593
get:
1059410594
tags:
1059510595
- users.presence
10596-
summary: Get presence
10597-
description: Get a user's presence information.
10596+
summary: 'presence: setStatusMessage'
10597+
description: Set a presence status message for a user. An optional expiration date and time can be supplied.
1059810598
externalDocs:
1059910599
description: Find more info here
10600-
url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0
10600+
url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
1060110601
operationId: user_GetPresence
1060210602
parameters:
1060310603
- name: user-id
@@ -12595,11 +12595,11 @@ components:
1259512595
properties:
1259612596
displayName:
1259712597
type: string
12598-
description: The display name of the identity. This property is read-only.
12598+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
1259912599
nullable: true
1260012600
id:
1260112601
type: string
12602-
description: The identifier of the identity. This property is read-only.
12602+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
1260312603
nullable: true
1260412604
additionalProperties:
1260512605
type: object

openApiDocs/beta/CrossDeviceExperiences.yml

Lines changed: 121 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4957,7 +4957,7 @@ components:
49574957
nullable: true
49584958
isRooted:
49594959
type: boolean
4960-
description: true if device is rooted; false if device is jail-broken. This can only be updated by Intune.
4960+
description: true if the device is rooted; false if the device is jail-broken. This property can only be updated by Intune.
49614961
nullable: true
49624962
kind:
49634963
type: string
@@ -6385,6 +6385,12 @@ components:
63856385
$ref: '#/components/schemas/microsoft.graph.mailFolder'
63866386
description: The user's mail folders. Read-only. Nullable.
63876387
x-ms-navigationProperty: true
6388+
managedAppLogCollectionRequests:
6389+
type: array
6390+
items:
6391+
$ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest'
6392+
description: Zero or more log collection requests triggered for the user.
6393+
x-ms-navigationProperty: true
63886394
managedAppRegistrations:
63896395
type: array
63906396
items:
@@ -9241,6 +9247,53 @@ components:
92419247
x-ms-navigationProperty: true
92429248
additionalProperties:
92439249
type: object
9250+
microsoft.graph.managedAppLogCollectionRequest:
9251+
allOf:
9252+
- $ref: '#/components/schemas/microsoft.graph.entity'
9253+
- title: managedAppLogCollectionRequest
9254+
type: object
9255+
properties:
9256+
completedDateTime:
9257+
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])$'
9258+
type: string
9259+
description: 'DateTime of when the log upload request was completed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.'
9260+
format: date-time
9261+
nullable: true
9262+
managedAppRegistrationId:
9263+
type: string
9264+
description: The unique identifier of the app instance for which diagnostic was collected.
9265+
nullable: true
9266+
requestedBy:
9267+
type: string
9268+
description: The user principal name associated with the request for the managed application log collection.
9269+
nullable: true
9270+
requestedByUserPrincipalName:
9271+
type: string
9272+
description: The user principal name associated with the request for the managed application log collection. Read-only.
9273+
nullable: true
9274+
requestedDateTime:
9275+
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])$'
9276+
type: string
9277+
description: 'DateTime of when the log upload request was received. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.'
9278+
format: date-time
9279+
status:
9280+
type: string
9281+
description: 'Indicates the status for the app log collection request - pending, completed or failed. Default is pending.'
9282+
nullable: true
9283+
uploadedLogs:
9284+
type: array
9285+
items:
9286+
$ref: '#/components/schemas/microsoft.graph.managedAppLogUpload'
9287+
description: 'The collection of log upload results as reported by each component on the device. Such components can be the application itself, the Mobile Application Management (MAM) SDK, and other on-device components that are requested to upload diagnostic logs.'
9288+
userLogUploadConsent:
9289+
$ref: '#/components/schemas/microsoft.graph.managedAppLogUploadConsent'
9290+
version:
9291+
type: string
9292+
description: Version of the entity.
9293+
nullable: true
9294+
additionalProperties:
9295+
type: object
9296+
description: The Managed App log collection response
92449297
microsoft.graph.managedAppRegistration:
92459298
allOf:
92469299
- $ref: '#/components/schemas/microsoft.graph.entity'
@@ -9324,6 +9377,12 @@ components:
93249377
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
93259378
description: Zero or more policies admin intended for the app as of now.
93269379
x-ms-navigationProperty: true
9380+
managedAppLogCollectionRequests:
9381+
type: array
9382+
items:
9383+
$ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest'
9384+
description: Zero or more log collection requests triggered for the app.
9385+
x-ms-navigationProperty: true
93279386
operations:
93289387
type: array
93299388
items:
@@ -9956,7 +10015,7 @@ components:
995610015
type: array
995710016
items:
995810017
$ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest'
9959-
description: Indicates collection of App Log Upload Request.
10018+
description: The collection property of AppLogUploadRequest.
996010019
x-ms-navigationProperty: true
996110020
additionalProperties:
996210021
type: object
@@ -12696,11 +12755,11 @@ components:
1269612755
properties:
1269712756
key:
1269812757
type: string
12699-
description: Contains the name of the field that a value is associated with.
12758+
description: Key.
1270012759
nullable: true
1270112760
value:
1270212761
type: string
12703-
description: Contains the corresponding value for the specified key.
12762+
description: Value.
1270412763
nullable: true
1270512764
additionalProperties:
1270612765
type: object
@@ -14304,6 +14363,50 @@ components:
1430414363
nullable: true
1430514364
additionalProperties:
1430614365
type: object
14366+
microsoft.graph.managedAppLogUpload:
14367+
title: managedAppLogUpload
14368+
type: object
14369+
properties:
14370+
managedAppComponent:
14371+
type: string
14372+
description: The Mobile Application Management (MAM) Logs Uploading Component.
14373+
nullable: true
14374+
managedAppComponentDescription:
14375+
type: string
14376+
description: 'The Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs. Read-only.'
14377+
nullable: true
14378+
referenceId:
14379+
type: string
14380+
description: A provider-specific reference id for the uploaded logs.
14381+
nullable: true
14382+
additionalProperties:
14383+
type: object
14384+
description: 'A `managedAppLogUpload` represents the log upload result for a given Mobile Application Management (MAM) Logs Uploading Component. Such components can be the application itself, the MAM SDK, and other on-device components that are capable of uploading diagnostic logs.'
14385+
microsoft.graph.managedAppLogUploadConsent:
14386+
title: managedAppLogUploadConsent
14387+
enum:
14388+
- unknown
14389+
- declined
14390+
- accepted
14391+
- unknownFutureValue
14392+
type: string
14393+
description: Represents the current consent status of the associated `managedAppLogCollectionRequest`.
14394+
x-ms-enum:
14395+
name: managedAppLogUploadConsent
14396+
modelAsString: false
14397+
values:
14398+
- value: unknown
14399+
description: Default. Indicates app log consent state is 'Unknown'. This state is automatically assigned at request creation time and is updated when the log collection completes.
14400+
name: unknown
14401+
- value: declined
14402+
description: 'The User has Declined the Log Collection Request. The Log collection and uploads will not be initiated/triggered, and the log collection request will be abandoned.'
14403+
name: declined
14404+
- value: accepted
14405+
description: The User has Accepted the Log Collection Request. The log collection and upload will be initiated.
14406+
name: accepted
14407+
- value: unknownFutureValue
14408+
description: Evolvable enumeration sentinel value. Do not use.
14409+
name: unknownFutureValue
1430714410
microsoft.graph.mobileAppIdentifier:
1430814411
title: mobileAppIdentifier
1430914412
type: object
@@ -16941,7 +17044,7 @@ components:
1694117044
maximum: 2147483647
1694217045
minimum: -2147483648
1694317046
type: integer
16944-
description: 'Number of checklist items with value set to false, representing incomplete items.'
17047+
description: 'The number of checklist items with value set to false, representing incomplete items.'
1694517048
format: int32
1694617049
nullable: true
1694717050
appliedCategories:
@@ -16950,52 +17053,52 @@ components:
1695017053
$ref: '#/components/schemas/microsoft.graph.plannerArchivalInfo'
1695117054
assigneePriority:
1695217055
type: string
16953-
description: Hint used to order items of this type in a list view. The format is defined as outlined here.
17056+
description: 'A hint that is used to order items of this type in a list view. For more information, see Using order hints in Planner.'
1695417057
nullable: true
1695517058
assignments:
1695617059
$ref: '#/components/schemas/microsoft.graph.plannerAssignments'
1695717060
bucketId:
1695817061
type: string
16959-
description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service.
17062+
description: Bucket ID to which the task belongs. The bucket needs to be in the same plan as the task. The value of the bucketId property is 28 characters long and case-sensitive. Format validation is done on the service.
1696017063
nullable: true
1696117064
checklistItemCount:
1696217065
maximum: 2147483647
1696317066
minimum: -2147483648
1696417067
type: integer
16965-
description: Number of checklist items that are present on the task.
17068+
description: The number of checklist items that are present on the task.
1696617069
format: int32
1696717070
nullable: true
1696817071
completedBy:
1696917072
$ref: '#/components/schemas/microsoft.graph.identitySet'
1697017073
completedDateTime:
1697117074
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])$'
1697217075
type: string
16973-
description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
17076+
description: 'Read-only. The date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
1697417077
format: date-time
1697517078
nullable: true
1697617079
conversationThreadId:
1697717080
type: string
16978-
description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.
17081+
description: The thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.
1697917082
nullable: true
1698017083
createdBy:
1698117084
$ref: '#/components/schemas/microsoft.graph.identitySet'
1698217085
createdDateTime:
1698317086
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])$'
1698417087
type: string
16985-
description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
17088+
description: 'Read-only. The date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
1698617089
format: date-time
1698717090
nullable: true
1698817091
creationSource:
1698917092
$ref: '#/components/schemas/microsoft.graph.plannerTaskCreation'
1699017093
dueDateTime:
1699117094
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])$'
1699217095
type: string
16993-
description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
17096+
description: 'The date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
1699417097
format: date-time
1699517098
nullable: true
1699617099
hasDescription:
1699717100
type: boolean
16998-
description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise.
17101+
description: 'Read-only. This value is true if the details object of the task has a nonempty description. Otherwise,false.'
1699917102
nullable: true
1700017103
isArchived:
1700117104
type: boolean
@@ -17012,13 +17115,13 @@ components:
1701217115
nullable: true
1701317116
orderHint:
1701417117
type: string
17015-
description: Hint used to order items of this type in a list view. The format is defined as outlined here.
17118+
description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in Plannern.'
1701617119
nullable: true
1701717120
percentComplete:
1701817121
maximum: 2147483647
1701917122
minimum: -2147483648
1702017123
type: integer
17021-
description: 'Percentage of task completion. When set to 100, the task is considered completed.'
17124+
description: 'The percentage of task completion. When set to 100, the task is completed.'
1702217125
format: int32
1702317126
nullable: true
1702417127
planId:
@@ -19480,6 +19583,8 @@ components:
1948019583
- article
1948119584
- home
1948219585
- unknownFutureValue
19586+
- newsLink
19587+
- videoNewsLink
1948319588
type: string
1948419589
microsoft.graph.sharePointIdentitySet:
1948519590
allOf:
@@ -28969,6 +29074,7 @@ components:
2896929074
properties:
2897029075
isApprovalRequired:
2897129076
type: boolean
29077+
description: 'Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked complete if an approval is created for the task and approved.'
2897229078
nullable: true
2897329079
additionalProperties:
2897429080
type: object

openApiDocs/beta/DeviceManagement.Actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32741,11 +32741,11 @@ components:
3274132741
properties:
3274232742
displayName:
3274332743
type: string
32744-
description: The display name of the identity. This property is read-only.
32744+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
3274532745
nullable: true
3274632746
id:
3274732747
type: string
32748-
description: The identifier of the identity. This property is read-only.
32748+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
3274932749
nullable: true
3275032750
additionalProperties:
3275132751
type: object

openApiDocs/beta/DeviceManagement.Functions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5612,11 +5612,11 @@ components:
56125612
properties:
56135613
displayName:
56145614
type: string
5615-
description: The display name of the identity. This property is read-only.
5615+
description: 'The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
56165616
nullable: true
56175617
id:
56185618
type: string
5619-
description: The identifier of the identity. This property is read-only.
5619+
description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.'
56205620
nullable: true
56215621
additionalProperties:
56225622
type: object

0 commit comments

Comments
 (0)