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:
breakoutRooms
- Breakout Rooms captions
- Closed Caption chat
- ChatexternalVideos
- Share an external video layouts
- Layouts (allow only default layout)learningDashboard
- Learning Analytics Dashboardpolls
- Polls screenshare
- Screen SharingsharedNotes
- Shared NotesvirtualBackgrounds
- Virtual Backgrounds
"
+
+- 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