/**
  * Updates the specified list. The authenticated user must own the list to be able to update it.
  * 
  * Parameters :
  * - list_id
  * - slug
  * - owner_screen_name
  * - owner_id
  * - name (1-25)
  * - mode (public|private)
  * - description
  *
  * @static 
  */
 public static function postListUpdate($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postListUpdate($parameters);
 }