Set default upload folder

POST/api/settings/set-default-folder

Sets (or clears, with folder_id: null) the workspace's default folder for brand-new uploads. Applies only to uploads that create a new group or new standalone report and omit folder/folder_id — re-uploading a new version of an existing group never touches its folder. owner must be a namespace the caller can access (their own, or a shared organization namespace). Requires reports:write.

Body Parameters

ownerstringrequired
Owner slug identifying the workspace.
folder_idstring
A folder id belonging to the same workspace, or null/omitted to clear the setting.