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