lib/epom/zone.rb in epom-0.10.11 vs lib/epom/zone.rb in epom-0.10.13

- old
+ new

@@ -17,10 +17,10 @@ :body_parameters => [:hash, :timestamp, :username], :method => :get }, :update_zone => { :url => '/rest-api/zones/update.do', - :body_parameters => [:zoneId, :siteId, :description, :name, :hash, :timestamp, :username], + :body_parameters => [:id, :siteId, :description, :name, :hash, :timestamp, :username], :method => :post }, :create_zone => { :url => '/rest-api/zones/update.do', :body_parameters => [:siteId, :description, :name, :hash, :timestamp, :username], \ No newline at end of file