Skip to content

Commit

Permalink
SMA-105: updated generated api client files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivamach committed May 2, 2024
1 parent 1b4e345 commit 78c4ef6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export class EventsControllerService {
* @param sportsName
* @param longitude
* @param latitude
* @param placeName
* @param page Zero-based page index (0..N)
* @param size The size of the page to be returned
* @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Expand All @@ -112,6 +113,7 @@ export class EventsControllerService {
sportsName?: Array<string>,
longitude?: number,
latitude?: number,
placeName?: string,
page?: number,
size: number = 20,
sort?: Array<string>,
Expand All @@ -123,6 +125,7 @@ export class EventsControllerService {
'sportsName': sportsName,
'longitude': longitude,
'latitude': latitude,
'placeName': placeName,
'page': page,
'size': size,
'sort': sort,
Expand Down

0 comments on commit 78c4ef6

Please sign in to comment.