I am developing a custom widget to automate the creation of Assignment (Dropbox) folders within specific course offerings for a semester.
I am successfully using the POST route /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/ to create the folders. However, I need to ensure the submission setting is set to:
'Overwrite submissions (recommended for single file submissions)'.
After reviewing the documentation for both the POST and PUT (/d2l/api/le/(version)/(orgUnitId)/dropbox/folders/(folderId)) endpoints, I cannot find a specific property or flag to control this behaviour.
Does anyone know which parameter in the DropboxFolderData or DropboxFolderUpdateData JSON block handles the submission overwrite settings? Any suggestions or workarounds would be greatly appreciated!