pub fn paper_create<'a>(
client: &'a impl UserAuthClient,
arg: &'a PaperCreateArg,
body: Bytes,
) -> impl Future<Output = Result<PaperCreateResult, Error<PaperCreateError>>> + Send + 'aAvailable on crate features
async_routes and dbx_files and unstable only.Expand description
Creates a new Paper doc with the provided content.
ยงStability
PREVIEW: This function may change or disappear without notice.