# File lib/heroku/client.rb, line 81
  def update(name, attributes)
    put("/apps/#{name}", :app => attributes).to_s
  end