Function dropbox_sdk::files::paper_update
source · [−]pub fn paper_update(
client: &impl UserAuthClient,
arg: &PaperUpdateArg,
body: &[u8]
) -> Result<Result<PaperUpdateResult, PaperUpdateError>>
This is supported on crate features
dbx_files
and unstable
only.Expand description
Updates an existing Paper doc with the provided content.
Stability
PREVIEW: This function may change or disappear without notice.