# File lib/fog/softlayer/requests/compute/update_key_pair.rb, line 35 def update_key_pair(id, opts) request(:security_ssh_key, id, :body => opts, :http_method => :put) end