pub async fn update_command(
configuration: &Configuration,
command_id: &str,
command: Command,
) -> Result<Command, Error<UpdateCommandError>>
Expand description
Update a single command based on command id string and Command struct. ##### Permissions Must have manage_slash_commands
permission for the team the command is in.