From bcafb194d9ce436704ad6bb85b1a60edc906346a Mon Sep 17 00:00:00 2001 From: Guilherme Leme Date: Thu, 5 May 2022 11:08:45 -0300 Subject: [PATCH] [doc-issue-14828]-added param preUploadedPresentationOverrideDefault --- _data/create.yml | 6 ++++++ _posts/dev/2015-04-05-api.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_data/create.yml b/_data/create.yml index 6813c15a..db6716cf 100644 --- a/_data/create.yml +++ b/_data/create.yml @@ -287,3 +287,9 @@ required: false type: "String" description: "List (comma-separated) of features to disable in a particular meeting. (added 2.5)

Available options to disable:
" + +- name: "preUploadedPresentationOverrideDefault" + required: false + type: "Boolean" + default: "true" + description: "If it is true, the `default.pdf` document is not sent along with the other presentations in the /create endpoint, on the other hand, if that's false, the `default.pdf` is sent with the other documents. By default it is true." \ No newline at end of file diff --git a/_posts/dev/2015-04-05-api.md b/_posts/dev/2015-04-05-api.md index d11ae8b6..e5e059f9 100755 --- a/_posts/dev/2015-04-05-api.md +++ b/_posts/dev/2015-04-05-api.md @@ -77,7 +77,7 @@ Updated in 2.4: Updated in 2.5: -- **create** - **Added:** `meetingCameraCap`, `groups`, `disabledFeatures`, `meetingExpireIfNoUserJoinedInMinutes`, `meetingExpireWhenLastUserLeftInMinutes`; **Deprecated:** `learningDashboardEnabled`, `breakoutRoomsEnabled`, `virtualBackgroundsDisabled`. +- **create** - **Added:** `meetingCameraCap`, `groups`, `disabledFeatures`, `meetingExpireIfNoUserJoinedInMinutes`, `meetingExpireWhenLastUserLeftInMinutes`, `preUploadedPresentationOverrideDefault`; **Deprecated:** `learningDashboardEnabled`, `breakoutRoomsEnabled`, `virtualBackgroundsDisabled`. # API Data Types