Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2] Weekly OpenApI Docs Refresh #2970

Merged
merged 4 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"versions": {
"authentication": {
"prerelease": "",
"version": "2.23.0"
"version": "2.24.0"
},
"beta": {
"prerelease": "",
"version": "2.23.0"
"version": "2.24.0"
},
"v1.0": {
"prerelease": "",
"version": "2.23.0"
"version": "2.24.0"
}
}
}
423 changes: 379 additions & 44 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15934,6 +15934,13 @@ components:
description: Read-only. The date on which task is added to or removed from MyDay.
format: date
nullable: true
lastModifiedBy:
$ref: '#/components/schemas/microsoft.graph.identitySet'
lastModifiedDateTime:
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])$'
type: string
format: date-time
nullable: true
orderHint:
type: string
description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in plannern.'
Expand Down
7 changes: 7 additions & 0 deletions openApiDocs/beta/BusinessScenario.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2030,6 +2030,13 @@ components:
description: Read-only. The date on which task is added to or removed from MyDay.
format: date
nullable: true
lastModifiedBy:
$ref: '#/components/schemas/microsoft.graph.identitySet'
lastModifiedDateTime:
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])$'
type: string
format: date-time
nullable: true
orderHint:
type: string
description: 'The hint used to order items of this type in a list view. For more information, see Using order hints in plannern.'
Expand Down
Loading