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 #2458

Merged
merged 3 commits into from
Nov 22, 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.9.1"
"version": "2.10.0"
},
"beta": {
"prerelease": "",
"version": "2.9.1"
"version": "2.10.0"
},
"v1.0": {
"prerelease": "",
"version": "2.9.1"
"version": "2.10.0"
}
}
}
12 changes: 6 additions & 6 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9766,10 +9766,10 @@ paths:
tags:
- onPremisesPublishingProfiles.connectorGroup
summary: Create connectorGroup
description: Create a connectorGroup object.
description: Create a new connectorGroup.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0
url: https://learn.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0
operationId: onPremisesPublishingProfile_CreateConnectorGroup
parameters:
- name: onPremisesPublishingProfile-id
Expand Down Expand Up @@ -30808,11 +30808,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 @@ -31312,11 +31312,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
description: 'The display name of the identity. 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.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down
4 changes: 2 additions & 2 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16923,11 +16923,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
description: 'The display name of the identity. 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.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down
20 changes: 10 additions & 10 deletions openApiDocs/beta/Calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23445,7 +23445,7 @@ paths:
tags:
- places.room
summary: Get rooms from places
operationId: place_ListRoom
operationId: placeAsRoomList_ListRoom
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23561,7 +23561,7 @@ paths:
tags:
- places.room
summary: Create new navigation property to rooms for places
operationId: place_CreateRoom
operationId: placeAsRoomList_CreateRoom
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23593,7 +23593,7 @@ paths:
tags:
- places.room
summary: Get rooms from places
operationId: place_GetRoom
operationId: placeAsRoomList_GetRoom
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23666,7 +23666,7 @@ paths:
tags:
- places.room
summary: Update the navigation property rooms in places
operationId: place_UpdateRoom
operationId: placeAsRoomList_UpdateRoom
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23705,7 +23705,7 @@ paths:
tags:
- places.room
summary: Delete navigation property rooms for places
operationId: place_DeleteRoom
operationId: placeAsRoomList_DeleteRoom
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23762,7 +23762,7 @@ paths:
tags:
- places.workspace
summary: Get workspaces from places
operationId: place_ListWorkspace
operationId: placeAsRoomList_ListWorkspace
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23866,7 +23866,7 @@ paths:
tags:
- places.workspace
summary: Create new navigation property to workspaces for places
operationId: place_CreateWorkspace
operationId: placeAsRoomList_CreateWorkspace
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23898,7 +23898,7 @@ paths:
tags:
- places.workspace
summary: Get workspaces from places
operationId: place_GetWorkspace
operationId: placeAsRoomList_GetWorkspace
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -23967,7 +23967,7 @@ paths:
tags:
- places.workspace
summary: Update the navigation property workspaces in places
operationId: place_UpdateWorkspace
operationId: placeAsRoomList_UpdateWorkspace
parameters:
- name: place-id
in: path
Expand Down Expand Up @@ -24006,7 +24006,7 @@ paths:
tags:
- places.workspace
summary: Delete navigation property workspaces for places
operationId: place_DeleteWorkspace
operationId: placeAsRoomList_DeleteWorkspace
parameters:
- name: place-id
in: path
Expand Down
Loading