save6

Function save6 

Source
pub async fn save6(
    configuration: &Configuration,
    id: &str,
    title: &str,
    description: &str,
    tags: Vec<String>,
    content: &str,
    draft: Option<bool>,
    cover: Option<PathBuf>,
) -> Result<Post, Error<Save6Error>>