# File lib/fog/rackspace/requests/monitoring/update_check.rb, line 5 def update_check(entity_id, check_id, options) request( :body => JSON.encode(options), :expects => [204], :method => 'PUT', :path => "entities/#{entity_id}/checks/#{check_id}" ) end