_put() protected static méthode

Put to the URI, validate the response and return the object.
protected static _put ( $uri, $client = null )
 public static function reopenAccount($accountCode, $client = null) {
   return Recurly_Base::_put(Recurly_Account::uriForAccount($accountCode) . '/reopen', $client);
 }