# File lib/fog/dynect/requests/dns/put_zone.rb, line 15 def put_zone(zone, options = {}) request( :body => Fog::JSON.encode(options), :expects => 200, :method => :put, :path => 'Zone/' << zone ) end