# File lib/fog/monitoring/openstack/requests/put_notification_method.rb, line 5
        def put_notification_method(id, notification)
          request(
            :expects => [200],
            :method  => 'PUT',
            :path    => "notification-methods/#{id}",
            :body    => Fog::JSON.encode(notification)
          )
        end