pub async fn gists_slash_update(
configuration: &Configuration,
gist_id: &str,
gists_update_request: Option<GistsUpdateRequest>,
) -> Result<GistSimple, Error<GistsSlashUpdateError>>
Expand description
Allows you to update a gist’s description and to update, delete, or rename gist files. Files from the previous version of the gist that aren’t explicitly changed during an edit are unchanged.