pub fn paper_update(
client: &impl UserAuthClient,
arg: &PaperUpdateArg,
body: &[u8],
) -> Result<PaperUpdateResult, Error<PaperUpdateError>>
Available on crate features
sync_routes
and 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.