Skip to content

Commit 4bcb6e4

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly OpenApiDocs Download (#1810)
* Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent 1186904 commit 4bcb6e4

File tree

81 files changed

+155513
-124994
lines changed

Some content is hidden

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

81 files changed

+155513
-124994
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 6 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -5354,28 +5354,6 @@ paths:
53545354
nextLinkName: '@odata.nextLink'
53555355
operationName: listMore
53565356
x-ms-docs-operation-type: operation
5357-
post:
5358-
tags:
5359-
- applicationTemplates.applicationTemplate
5360-
summary: Add new entity to applicationTemplates
5361-
operationId: applicationTemplates.applicationTemplate_CreateApplicationTemplate
5362-
requestBody:
5363-
description: New entity
5364-
content:
5365-
application/json:
5366-
schema:
5367-
$ref: '#/components/schemas/microsoft.graph.applicationTemplate'
5368-
required: true
5369-
responses:
5370-
'201':
5371-
description: Created entity
5372-
content:
5373-
application/json:
5374-
schema:
5375-
$ref: '#/components/schemas/microsoft.graph.applicationTemplate'
5376-
default:
5377-
$ref: '#/components/responses/error'
5378-
x-ms-docs-operation-type: operation
53795357
'/applicationTemplates/{applicationTemplate-id}':
53805358
get:
53815359
tags:
@@ -5439,59 +5417,6 @@ paths:
54395417
default:
54405418
$ref: '#/components/responses/error'
54415419
x-ms-docs-operation-type: operation
5442-
patch:
5443-
tags:
5444-
- applicationTemplates.applicationTemplate
5445-
summary: Update entity in applicationTemplates
5446-
operationId: applicationTemplates.applicationTemplate_UpdateApplicationTemplate
5447-
parameters:
5448-
- name: applicationTemplate-id
5449-
in: path
5450-
description: 'key: id of applicationTemplate'
5451-
required: true
5452-
style: simple
5453-
schema:
5454-
type: string
5455-
x-ms-docs-key-type: applicationTemplate
5456-
requestBody:
5457-
description: New property values
5458-
content:
5459-
application/json:
5460-
schema:
5461-
$ref: '#/components/schemas/microsoft.graph.applicationTemplate'
5462-
required: true
5463-
responses:
5464-
'204':
5465-
description: Success
5466-
default:
5467-
$ref: '#/components/responses/error'
5468-
x-ms-docs-operation-type: operation
5469-
delete:
5470-
tags:
5471-
- applicationTemplates.applicationTemplate
5472-
summary: Delete entity from applicationTemplates
5473-
operationId: applicationTemplates.applicationTemplate_DeleteApplicationTemplate
5474-
parameters:
5475-
- name: applicationTemplate-id
5476-
in: path
5477-
description: 'key: id of applicationTemplate'
5478-
required: true
5479-
style: simple
5480-
schema:
5481-
type: string
5482-
x-ms-docs-key-type: applicationTemplate
5483-
- name: If-Match
5484-
in: header
5485-
description: ETag
5486-
style: simple
5487-
schema:
5488-
type: string
5489-
responses:
5490-
'204':
5491-
description: Success
5492-
default:
5493-
$ref: '#/components/responses/error'
5494-
x-ms-docs-operation-type: operation
54955420
'/applicationTemplates/{applicationTemplate-id}/microsoft.graph.instantiate':
54965421
post:
54975422
tags:
@@ -7970,10 +7895,10 @@ paths:
79707895
tags:
79717896
- onPremisesPublishingProfiles.connectorGroup
79727897
summary: Create connectorGroup
7973-
description: Create a connectorGroup object.
7898+
description: Create a new connectorGroup.
79747899
externalDocs:
79757900
description: Find more info here
7976-
url: https://docs.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0
7901+
url: https://docs.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0
79777902
operationId: onPremisesPublishingProfiles_CreateConnectorGroups
79787903
parameters:
79797904
- name: onPremisesPublishingProfile-id
@@ -18678,7 +18603,6 @@ components:
1867818603
type: array
1867918604
items:
1868018605
$ref: '#/components/schemas/microsoft.graph.onPremisesApplicationSegment'
18681-
description: Represents the application segment collection for an on-premises wildcard application.
1868218606
segmentsConfiguration:
1868318607
$ref: '#/components/schemas/microsoft.graph.segmentConfiguration'
1868418608
singleSignOnSettings:
@@ -18812,10 +18736,10 @@ components:
1881218736
properties:
1881318737
name:
1881418738
type: string
18815-
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.'
18739+
description: Name for this key-value pair
1881618740
value:
1881718741
type: string
18818-
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.'
18742+
description: Value for this key-value pair
1881918743
nullable: true
1882018744
additionalProperties:
1882118745
type: object
@@ -20137,11 +20061,11 @@ components:
2013720061
properties:
2013820062
key:
2013920063
type: string
20140-
description: Key.
20064+
description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.'
2014120065
nullable: true
2014220066
value:
2014320067
type: string
20144-
description: Value.
20068+
description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false.
2014520069
nullable: true
2014620070
additionalProperties:
2014720071
type: object

openApiDocs/beta/Bookings.yml

Lines changed: 105 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3514,6 +3514,8 @@ paths:
35143514
- previewType desc
35153515
- priority
35163516
- priority desc
3517+
- recurrence
3518+
- recurrence desc
35173519
- referenceCount
35183520
- referenceCount desc
35193521
- startDateTime
@@ -3555,6 +3557,7 @@ paths:
35553557
- planId
35563558
- previewType
35573559
- priority
3560+
- recurrence
35583561
- referenceCount
35593562
- startDateTime
35603563
- title
@@ -3679,6 +3682,7 @@ paths:
36793682
- planId
36803683
- previewType
36813684
- priority
3685+
- recurrence
36823686
- referenceCount
36833687
- startDateTime
36843688
- title
@@ -4816,6 +4820,8 @@ components:
48164820
description: 'Priority of the task. Valid range of values is between 0 and 10 (inclusive), with increasing value being lower priority (0 has the highest priority and 10 has the lowest priority). Currently, Planner interprets values 0 and 1 as ''urgent'', 2 and 3 and 4 as ''important'', 5, 6, and 7 as ''medium'', and 8, 9, and 10 as ''low''. Currently, Planner sets the value 1 for ''urgent'', 3 for ''important'', 5 for ''medium'', and 9 for ''low''.'
48174821
format: int32
48184822
nullable: true
4823+
recurrence:
4824+
$ref: '#/components/schemas/microsoft.graph.plannerTaskRecurrence'
48194825
referenceCount:
48204826
maximum: 2147483647
48214827
minimum: -2147483648
@@ -5132,11 +5138,11 @@ components:
51325138
properties:
51335139
displayName:
51345140
type: string
5135-
description: 'The display name of the identity. Note that this 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.'
5141+
description: The display name of the identity. This property is read-only.
51365142
nullable: true
51375143
id:
51385144
type: string
5139-
description: Unique identifier for the identity.
5145+
description: The identifier of the identity. This property is read-only.
51405146
nullable: true
51415147
additionalProperties:
51425148
type: object
@@ -5190,6 +5196,31 @@ components:
51905196
- description
51915197
- reference
51925198
type: string
5199+
microsoft.graph.plannerTaskRecurrence:
5200+
title: plannerTaskRecurrence
5201+
type: object
5202+
properties:
5203+
nextInSeriesTaskId:
5204+
type: string
5205+
nullable: true
5206+
occurrenceId:
5207+
maximum: 2147483647
5208+
minimum: -2147483648
5209+
type: integer
5210+
format: int32
5211+
previousInSeriesTaskId:
5212+
type: string
5213+
nullable: true
5214+
recurrenceStartDateTime:
5215+
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])$'
5216+
type: string
5217+
format: date-time
5218+
schedule:
5219+
$ref: '#/components/schemas/microsoft.graph.plannerRecurrenceSchedule'
5220+
seriesId:
5221+
type: string
5222+
additionalProperties:
5223+
type: object
51935224
microsoft.graph.plannerAssignedToTaskBoardTaskFormat:
51945225
allOf:
51955226
- $ref: '#/components/schemas/microsoft.graph.plannerDelta'
@@ -5391,6 +5422,24 @@ components:
53915422
nullable: true
53925423
additionalProperties:
53935424
type: object
5425+
microsoft.graph.plannerRecurrenceSchedule:
5426+
title: plannerRecurrenceSchedule
5427+
type: object
5428+
properties:
5429+
nextOccurrenceDateTime:
5430+
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])$'
5431+
type: string
5432+
format: date-time
5433+
nullable: true
5434+
pattern:
5435+
$ref: '#/components/schemas/microsoft.graph.recurrencePattern'
5436+
patternStartDateTime:
5437+
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])$'
5438+
type: string
5439+
format: date-time
5440+
nullable: true
5441+
additionalProperties:
5442+
type: object
53945443
microsoft.graph.plannerOrderHintsByAssignee:
53955444
title: plannerOrderHintsByAssignee
53965445
type: object
@@ -5469,6 +5518,41 @@ components:
54695518
- relationship
54705519
- unknownFutureValue
54715520
type: string
5521+
microsoft.graph.recurrencePattern:
5522+
title: recurrencePattern
5523+
type: object
5524+
properties:
5525+
dayOfMonth:
5526+
maximum: 2147483647
5527+
minimum: -2147483648
5528+
type: integer
5529+
description: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.
5530+
format: int32
5531+
daysOfWeek:
5532+
type: array
5533+
items:
5534+
$ref: '#/components/schemas/microsoft.graph.dayOfWeek'
5535+
description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.'
5536+
firstDayOfWeek:
5537+
$ref: '#/components/schemas/microsoft.graph.dayOfWeek'
5538+
index:
5539+
$ref: '#/components/schemas/microsoft.graph.weekIndex'
5540+
interval:
5541+
maximum: 2147483647
5542+
minimum: -2147483648
5543+
type: integer
5544+
description: 'The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.'
5545+
format: int32
5546+
month:
5547+
maximum: 2147483647
5548+
minimum: -2147483648
5549+
type: integer
5550+
description: The month in which the event occurs. This is a number from 1 to 12.
5551+
format: int32
5552+
type:
5553+
$ref: '#/components/schemas/microsoft.graph.recurrencePatternType'
5554+
additionalProperties:
5555+
type: object
54725556
microsoft.graph.bodyType:
54735557
title: bodyType
54745558
enum:
@@ -5499,6 +5583,25 @@ components:
54995583
description: Overridden rules. These are used as rules for the override instead of the default rules.
55005584
additionalProperties:
55015585
type: object
5586+
microsoft.graph.weekIndex:
5587+
title: weekIndex
5588+
enum:
5589+
- first
5590+
- second
5591+
- third
5592+
- fourth
5593+
- last
5594+
type: string
5595+
microsoft.graph.recurrencePatternType:
5596+
title: recurrencePatternType
5597+
enum:
5598+
- daily
5599+
- weekly
5600+
- absoluteMonthly
5601+
- relativeMonthly
5602+
- absoluteYearly
5603+
- relativeYearly
5604+
type: string
55025605
responses:
55035606
microsoft.graph.bookingBusinessCollectionResponse:
55045607
description: Retrieved collection

0 commit comments

Comments
 (0)