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