pub fn paper_create(
client: &impl UserAuthClient,
arg: &PaperCreateArg,
body: &[u8],
) -> Result<PaperCreateResult, Error<PaperCreateError>>
Available on crate features
sync_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.