pub async fn move_command(
configuration: &Configuration,
command_id: &str,
move_command_request: MoveCommandRequest,
) -> Result<StatusOk, Error<MoveCommandError>>
Expand description
Move a command to a different team based on command id string. ##### Permissions Must have manage_slash_commands
permission for the team the command is currently in and the destination team. Minimum server version: 5.22