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