Skip to content

Commit 1d1c504

Browse files
committed
Update patch documentation fo onlinemeetings
1 parent a289df9 commit 1d1c504

File tree

2 files changed

+34
-19
lines changed

2 files changed

+34
-19
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Permissions for the following HTTP request:
4343
<!-- { "blockType": "ignored" } -->
4444

4545
```http
46-
DELETE /users/{userId}/onlineMeetings/{meetingId}
46+
PATCH /users/{userId}/onlineMeetings/{meetingId}
4747
```
4848

4949
<!-- {
@@ -93,18 +93,26 @@ 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 | meetingLiveShareOptions | 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 |
99+
100+
| allowRecording | Boolean | Indicates whether recording is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). | Yes |
99101
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
102+
| allowTranscription | Boolean | Indicates whether transcription is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). | Yes |
100103
| allowWhiteboard | Boolean | Indicates whether whiteboard is enabled for the meeting. | No |
104+
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the meeting. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |No |
105+
| broadcastSettings (deprecated) | [broadcastMeetingSettings](broadcastmeetingsettings.md)| Settings related to a live event. |
106+
No |
101107
| endDateTime | DateTime | The meeting end time in UTC. | No |
102108
| isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes |
103109
| lobbyBypassSettings | [lobbyBypassSettings](../resources/lobbybypasssettings.md) | Specifies which participants can bypass the meeting lobby. | Yes |
104110
| participants | [meetingParticipants](../resources/meetingparticipants.md) | The participants associated with the online meeting. Only attendees can be updated. | No |
105111
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No |
106112
| startDateTime | DateTime | The meeting start time in UTC. | No |
107113
| subject | String | The subject of the online meeting. | No |
114+
| watermarkProtection | [watermarkProtectionValues](watermarkprotectionvalues.md) | Specifies whether the client application should apply a watermark a content type. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |No |
115+
108116

109117
> [!NOTE]
110118
>

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

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Permissions for the following HTTP request:
4141
<!-- { "blockType": "ignored" } -->
4242

4343
```http
44-
DELETE /users/{userId}/onlineMeetings/{meetingId}
44+
PATCH /users/{userId}/onlineMeetings/{meetingId}
4545
```
4646

4747
<!-- {
@@ -86,24 +86,31 @@ The following table lists the properties that can be updated. In the request bod
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? |
89-
|-----------------------------|------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------------------|
90-
| allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. | Yes |
91-
| allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. | Yes |
89+
|-----------------------------|------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------------------------ |
90+
| allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. | Yes |
91+
| allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. | Yes |
9292
| 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 |
95-
| allowMeetingChat | meetingChatMode | Specifies the mode of meeting chat. | Yes |
96-
| allowPowerPointSharing | Boolean | Indicates whether PowerPoint live is enabled for the meeting. | No |
97-
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
9893
| 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 |
104-
| 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 |
94+
| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes |
95+
| allowLiveShare | meetingLiveShareOptions | Indicates whether live share is enabled for the meeting. | No |
96+
| allowMeetingChat | meetingChatMode | Specifies the mode of meeting chat. | Yes |
97+
| allowPowerPointSharing | Boolean | Indicates whether PowerPoint live is enabled for the meeting. | No |
98+
99+
| allowRecording | Boolean | Indicates whether recording is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). | Yes |
100+
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
101+
| allowTranscription | Boolean | Indicates whether transcription is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). | Yes |
102+
| allowWhiteboard | Boolean | Indicates whether whiteboard is enabled for the meeting. | No |
103+
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the meeting. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |No |
104+
| broadcastSettings (deprecated) | [broadcastMeetingSettings](broadcastmeetingsettings.md)| Settings related to a live event. |
105+
No |
106+
| endDateTime | DateTime | The meeting end time in UTC. | No |
107+
| isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes |
108+
| lobbyBypassSettings | [lobbyBypassSettings](../resources/lobbybypasssettings.md) | Specifies which participants can bypass the meeting lobby. | Yes |
109+
| participants | [meetingParticipants](../resources/meetingparticipants.md) | The participants associated with the online meeting. Only attendees can be updated. | No |
110+
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No |
111+
| startDateTime | DateTime | The meeting start time in UTC. | No |
112+
| subject | String | The subject of the online meeting. | No |
113+
| watermarkProtection | [watermarkProtectionValues](watermarkprotectionvalues.md) | Specifies whether the client application should apply a watermark a content type. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |No |
107114

108115
> [!NOTE]
109116
>

0 commit comments

Comments
 (0)