def patch(self, url, callback,
              params=None, json=None, headers=None):
        """Patch a URL.

        Args: