Skip to content

Commit e1af894

Browse files
authored
Merge branch 'main' into memberGroups-permissions-fixes
2 parents df44390 + 595e37a commit e1af894

File tree

9 files changed

+459
-136
lines changed

9 files changed

+459
-136
lines changed

api-reference/beta/api/driveitem-copy.md

Lines changed: 121 additions & 38 deletions
Large diffs are not rendered by default.

api-reference/beta/api/onlinemeeting-update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ PATCH /users/{userId}/onlineMeetings/{meetingId}
6666

6767
> [!NOTE]
6868
>
69-
> - **userId** is the object ID of a user in [Microsoft Entra admin center > user management page](https://entra.microsoft.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade). For more information, see [application access policy](/graph/cloud-communication-online-meeting-application-access-policy).
69+
> - `userId` is the object ID of a user in [Microsoft Entra admin center > user management page](https://entra.microsoft.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade). For more information, see [application access policy](/graph/cloud-communication-online-meeting-application-access-policy).
7070
> - `meetingId` is the **id** of an [onlineMeeting](../resources/onlinemeeting.md) object.
7171
7272
## Request headers
@@ -93,7 +93,7 @@ The last column indicates whether updating this property takes effect for an in-
9393
| allowBreakoutRooms | Boolean | Indicates whether breakout rooms are enabled for the meeting. | No |
9494
| allowedLobbyAdmitters | [allowedLobbyAdmitterRoles](../resources/onlinemeetingbase.md#allowedlobbyadmitterroles-values) | Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. | Yes |
9595
| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes |
96-
| allowLiveShare | Boolean | Indicates whether live share is enabled for the meeting. | No |
96+
| allowLiveShare | meetingLiveShareOptions | Indicates whether live share is enabled for the meeting. | No |
9797
| allowMeetingChat | meetingChatMode | Specifies the mode of meeting chat. | Yes |
9898
| allowPowerPointSharing | Boolean | Indicates whether PowerPoint live is enabled for the meeting. | No |
9999
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
@@ -108,7 +108,7 @@ The last column indicates whether updating this property takes effect for an in-
108108

109109
> [!NOTE]
110110
>
111-
>- For the list of possible values for **allowedPresenters** and **allowMeetingChat**, see [onlineMeeting](../resources/onlinemeeting.md).
111+
>- For the list of possible values for **allowedPresenters**, **allowLiveShare**, and **allowMeetingChat**, see [onlineMeeting](../resources/onlinemeeting.md).
112112
>- When updating the value of **allowedPresenters** to `roleIsPresenter`, include a full list of **attendees** with specified attendees' **role** set to `presenter` in the request body.
113113
114114
## Response

api-reference/v1.0/api/onlinemeeting-update.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
Update the properties of the specified [onlineMeeting](../resources/onlinemeeting.md) object.
1616

17-
Please see [Request body](#request-body) section for the list of properties that support updating.
17+
For the list of properties that support updating, see the [Request body](#request-body) section.
1818

1919
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
2020

@@ -65,7 +65,7 @@ PATCH /users/{userId}/onlineMeetings/{meetingId}
6565

6666
> [!NOTE]
6767
>
68-
> - **userId** is the object ID of a user in the [Microsoft Entra admin center > user management page](https://entra.microsoft.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade). For more details, see [application access policy](/graph/cloud-communication-online-meeting-application-access-policy).
68+
> - `userId` is the object ID of a user in the [Microsoft Entra admin center > user management page](https://entra.microsoft.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade). For more information, see [application access policy](/graph/cloud-communication-online-meeting-application-access-policy).
6969
> - `meetingId` is the **id** of an [onlineMeeting](../resources/onlinemeeting.md) object.
7070
7171
## Request headers
@@ -77,32 +77,37 @@ PATCH /users/{userId}/onlineMeetings/{meetingId}
7777

7878
## Request body
7979

80-
The following table lists the properties that can be updated. In the request body, include only the properties that need updating, with the following exceptions:
80+
The following table lists the properties that can be updated. In the request body, supply *only* the values for properties that should be updated, with the following exceptions:
8181

8282
- Adjusting the start or end date/time of an online meeting always requires both **startDateTime** and **endDateTime** properties in the request body.
83-
- The **organizer** field of the **participants** property cannot be updated. The organizer of the meeting cannot be modified after the meeting is created.
83+
- The **organizer** field of the **participants** property can't be updated. The organizer of the meeting can't be modified after the meeting is created.
8484
- Adjusting the **attendees** field of the **participants** property, such as adding or removing an attendee to the meeting, always requires the full list of attendees in the request body.
8585

8686
The last column indicates whether updating this property will take effect for an in-progress meeting.
8787

8888
| Property | Type | Description | Applies to in-progress meetings? |
8989
|-----------------------------|------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------------------|
90-
| startDateTime | DateTime | The meeting start time in UTC. | No |
91-
| endDateTime | DateTime | The meeting end time in UTC. | No |
92-
| subject | String | The subject of the online meeting. | No |
93-
| participants | [meetingParticipants](../resources/meetingparticipants.md) | The participants associated with the online meeting. Only attendees can be updated. | No |
94-
| isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes |
95-
| lobbyBypassSettings | [lobbyBypassSettings](../resources/lobbyBypassSettings.md) | Specifies which participants can bypass the meeting lobby. | Yes |
96-
| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes |
9790
| allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. | Yes |
9891
| allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. | Yes |
92+
| allowBreakoutRooms | Boolean | Indicates whether breakout rooms are enabled for the meeting. | No |
93+
| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes |
94+
| allowLiveShare | meetingLiveShareOptions | Indicates whether live share is enabled for the meeting. | No |
9995
| allowMeetingChat | meetingChatMode | Specifies the mode of meeting chat. | Yes |
96+
| allowPowerPointSharing | Boolean | Indicates whether PowerPoint live is enabled for the meeting. | No |
10097
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
98+
| allowedLobbyAdmitters | [allowedLobbyAdmitterRoles](../resources/onlinemeetingbase.md#allowedlobbyadmitterroles-values) | Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. | Yes |
99+
| allowWhiteboard | Boolean | Indicates whether whiteboard is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
100+
| endDateTime | DateTime | The meeting end time in UTC. | No |
101+
| isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes |
102+
| lobbyBypassSettings | [lobbyBypassSettings](../resources/lobbyBypassSettings.md) | Specifies which participants can bypass the meeting lobby. | Yes |
103+
| participants | [meetingParticipants](../resources/meetingparticipants.md) | The participants associated with the online meeting. Only attendees can be updated. | No |
101104
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No |
105+
| startDateTime | DateTime | The meeting start time in UTC. | No |
106+
| subject | String | The subject of the online meeting. | No |
102107

103108
> [!NOTE]
104109
>
105-
>- For the list of possible values for **allowedPresenters** and **allowMeetingChat**, see [onlineMeeting](../resources/onlinemeeting.md).
110+
>- For the list of possible values for **allowedPresenters**, **allowLiveShare**, and **allowMeetingChat**, see [onlineMeeting](../resources/onlinemeeting.md).
106111
>- When updating the value of **allowedPresenters** to `roleIsPresenter`, include a full list of **attendees** with specified attendees' **role** set to `presenter` in the request body.
107112
108113
## Response

0 commit comments

Comments
 (0)