# File lib/fog/profitbricks/requests/compute/update_datacenter.rb, line 38 def update_datacenter(datacenter_id, options = {}) request( :expects => [202], :method => 'PATCH', :path => "/datacenters/#{datacenter_id}", :body => Fog::JSON.encode(options) ) end