Function catbox::album::edit

source ·
pub async fn edit<S: Into<String>>(
    short: S,
    title: S,
    desc: S,
    user_hash: S,
    files: Vec<S>
) -> Result<String, Box<dyn Error>>
Expand description

Edit an album

NOTE: Old album will be “overwritten” with the new information. Include everything you want the album to have in the call.

Returns an URL to the album

Arguments

  • short - ID of the album
  • title - Album title
  • desc - Album description
  • files - List of existing files on Catbox to be included in the album
  • user_hash - User’s account hash