patch (path, params = {}) {
    const requestInfo = this._injectPathParams(path, params, { skipQuery: true })
    return merge(requestInfo, { method: 'patch' })
  }