async getVersion()

in packages/enterprise-search/src/api/enterprise/api.ts [98:103]


  async getVersion (this: That, params?: T.GetVersionRequest, options?: TransportRequestOptions): Promise<T.GetVersionResponse> {
    return await this.transport.request<T.GetVersionResponse>({
      method: 'GET',
      path: '/api/ent/v1/internal/version'
    }, options)
  }