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 OpenApiDocs Refresh #2269

Merged
merged 2 commits into from
Aug 31, 2023
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.4.0"
"version": "2.5.0"
},
"beta": {
"prerelease": "",
"version": "2.4.0"
"version": "2.5.0"
},
"v1.0": {
"prerelease": "",
"version": "2.4.0"
"version": "2.5.0"
}
}
}
10 changes: 5 additions & 5 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29140,10 +29140,10 @@ components:
properties:
name:
type: string
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.'
description: Name for this key-value pair
value:
type: string
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.'
description: Value for this key-value pair
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -30376,11 +30376,11 @@ components:
properties:
key:
type: string
description: Key.
description: Contains the name of the field that a value is associated with.
nullable: true
value:
type: string
description: Value.
description: Contains the corresponding value for the specified key.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -31630,7 +31630,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.itemReference'
webUrl:
type: string
description: URL that displays the resource in the browser. Read-only.
description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.'
nullable: true
createdByUser:
$ref: '#/components/schemas/microsoft.graph.user'
Expand Down
Loading
Loading