Projekt

Obecné

Profil

« Předchozí | Další » 

Revize dda6e56e

Přidáno uživatelem Václav Honzík před asi 2 roky(ů)

Send text query to the api

re #9629

Zobrazit rozdíly:

frontend/src/swagger/CatalogItems.ts
65 65
   * @summary returns catalog items based on filter
66 66
   * @request GET:/catalog-items
67 67
   */
68
  getCatalog = (query?: { name?: string; country?: string; type?: string }, params: RequestParams = {}) =>
68
  getCatalog = (
69
    query?: { name?: string; country?: string; type?: string; writtenForm?: string },
70
    params: RequestParams = {},
71
  ) =>
69 72
    this.request<CatalogItemDto[], any>({
70 73
      path: `/catalog-items`,
71 74
      method: "GET",

Také k dispozici: Unified diff