From 7b42421f41006e6d5e78b2a4a8eeab6822712bad Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Thu, 20 Jun 2024 14:24:39 -0400 Subject: [PATCH] docs: Clarify that allowPromoteGuestToModerator is a CREATE parameter (#20559) --- docs/docs/development/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/development/api.md b/docs/docs/development/api.md index 3af4cc17a2..cd8d3f1272 100644 --- a/docs/docs/development/api.md +++ b/docs/docs/development/api.md @@ -104,9 +104,9 @@ Updated in 2.6: Updated in 2.7: -- **create** - **Added:** `preUploadedPresentation`, `preUploadedPresentationName`, `disabledFeatures` options`cameraAsContent`, `snapshotOfCurrentSlide`, `downloadPresentationOriginalFile`, `downloadPresentationConvertedToPdf`, `timer`, `learningDashboardDownloadSessionData` (2.7.5). +- **create** - **Added:** `preUploadedPresentation`, `preUploadedPresentationName`, `allowPromoteGuestToModerator`, `disabledFeatures` options`cameraAsContent`, `snapshotOfCurrentSlide`, `downloadPresentationOriginalFile`, `downloadPresentationConvertedToPdf`, `timer`, `learningDashboardDownloadSessionData` (2.7.5). -- **join** - **Added:** `allowPromoteGuestToModerator`, `redirectErrorUrl`, `userdata-bbb_fullaudio_bridge` and removed support for all HTTP request methods except GET +- **join** - **Added:** `redirectErrorUrl`, `userdata-bbb_fullaudio_bridge` and removed support for all HTTP request methods except GET ## API Data Types