Function paper_update

Source
pub fn paper_update<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a PaperUpdateArg,
    body: Bytes,
) -> impl Future<Output = Result<PaperUpdateResult, Error<PaperUpdateError>>> + Send + 'a
Available on crate features async_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.