GameServerApiFp ( configuration ?: Configuration , ) : { gameServerControllerBanPlayer ( gameServerId : string , playerId : string , banPlayerInputDTO ?: BanPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerCreate ( gameServerCreateDTO ?: GameServerCreateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputDTOAPI > , > ; gameServerControllerExecuteCommand ( id : string , commandExecuteInputDTO ?: CommandExecuteInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < CommandExecuteDTOAPI > , > ; gameServerControllerGetImport ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ImportStatusOutputDTOAPI > , > ; gameServerControllerGetInstalledModules ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputArrayDTOAPI > , > ; gameServerControllerGetMapInfo ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; gameServerControllerGetMapTile ( id : string , x : string , y : string , z : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; gameServerControllerGetModuleInstallation ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > ; gameServerControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputDTOAPI > , > ; gameServerControllerGetPlayers ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerOnGameserverOutputDTOAPI > , > ; gameServerControllerGetTypes ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerTypesOutputDTOAPI > , > ; gameServerControllerGiveItem ( gameServerId : string , playerId : string , giveItemInputDTO ?: GiveItemInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; gameServerControllerImportFromCSMM ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ImportOutputDTOAPI > , > ; gameServerControllerInstallModule ( gameServerId : string , moduleId : string , moduleInstallDTO ?: ModuleInstallDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > ; gameServerControllerKickPlayer ( gameServerId : string , playerId : string , kickPlayerInputDTO ?: KickPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerListBans ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanPlayerOutputDTO > , > ; gameServerControllerRemove ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerSearch ( gameServerSearchInputDTO ?: GameServerSearchInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputArrayDTOAPI > , > ; gameServerControllerSendMessage ( id : string , messageSendInputDTO ?: MessageSendInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerShutdown ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; gameServerControllerTeleportPlayer ( gameServerId : string , playerId : string , teleportPlayerInputDTO ?: TeleportPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerTestReachability ( gameServerTestReachabilityInputDTO ?: GameServerTestReachabilityInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerTestReachabilityDTOAPI > , > ; gameServerControllerTestReachabilityForId ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerTestReachabilityDTOAPI > , > ; gameServerControllerUnbanPlayer ( gameServerId : string , playerId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerUninstallModule ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > ; gameServerControllerUpdate ( id : string , gameServerUpdateDTO ?: GameServerUpdateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputDTOAPI > , > ; } Parameters Optional
configuration : Configuration Returns { gameServerControllerBanPlayer ( gameServerId : string , playerId : string , banPlayerInputDTO ?: BanPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerCreate ( gameServerCreateDTO ?: GameServerCreateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputDTOAPI > , > ; gameServerControllerExecuteCommand ( id : string , commandExecuteInputDTO ?: CommandExecuteInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < CommandExecuteDTOAPI > , > ; gameServerControllerGetImport ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ImportStatusOutputDTOAPI > , > ; gameServerControllerGetInstalledModules ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputArrayDTOAPI > , > ; gameServerControllerGetMapInfo ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; gameServerControllerGetMapTile ( id : string , x : string , y : string , z : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; gameServerControllerGetModuleInstallation ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > ; gameServerControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputDTOAPI > , > ; gameServerControllerGetPlayers ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerOnGameserverOutputDTOAPI > , > ; gameServerControllerGetTypes ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerTypesOutputDTOAPI > , > ; gameServerControllerGiveItem ( gameServerId : string , playerId : string , giveItemInputDTO ?: GiveItemInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; gameServerControllerImportFromCSMM ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ImportOutputDTOAPI > , > ; gameServerControllerInstallModule ( gameServerId : string , moduleId : string , moduleInstallDTO ?: ModuleInstallDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > ; gameServerControllerKickPlayer ( gameServerId : string , playerId : string , kickPlayerInputDTO ?: KickPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerListBans ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanPlayerOutputDTO > , > ; gameServerControllerRemove ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerSearch ( gameServerSearchInputDTO ?: GameServerSearchInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputArrayDTOAPI > , > ; gameServerControllerSendMessage ( id : string , messageSendInputDTO ?: MessageSendInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerShutdown ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > , > ; gameServerControllerTeleportPlayer ( gameServerId : string , playerId : string , teleportPlayerInputDTO ?: TeleportPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerTestReachability ( gameServerTestReachabilityInputDTO ?: GameServerTestReachabilityInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerTestReachabilityDTOAPI > , > ; gameServerControllerTestReachabilityForId ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerTestReachabilityDTOAPI > , > ; gameServerControllerUnbanPlayer ( gameServerId : string , playerId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; gameServerControllerUninstallModule ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > ; gameServerControllerUpdate ( id : string , gameServerUpdateDTO ?: GameServerUpdateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputDTOAPI > , > ; } gameServerControllerBanPlayer : functiongameServerControllerBanPlayer ( gameServerId : string , playerId : string , banPlayerInputDTO ?: BanPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Parameters gameServerId : string playerId : string Optional
banPlayerInputDTO : BanPlayerInputDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > gameServerControllerCreate : functiongameServerControllerExecuteCommand : functiongameServerControllerExecuteCommand ( id : string , commandExecuteInputDTO ?: CommandExecuteInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < CommandExecuteDTOAPI > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < CommandExecuteDTOAPI > , > gameServerControllerGetImport : functiongameServerControllerGetImport ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ImportStatusOutputDTOAPI > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ImportStatusOutputDTOAPI > , > gameServerControllerGetInstalledModules : functiongameServerControllerGetInstalledModules ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputArrayDTOAPI > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputArrayDTOAPI > , > gameServerControllerGetMapInfo : functiongameServerControllerGetMapInfo ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > gameServerControllerGetMapTile : functiongameServerControllerGetMapTile ( id : string , x : string , y : string , z : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Parameters id : string x : string y : string z : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > gameServerControllerGetModuleInstallation : functiongameServerControllerGetModuleInstallation ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > Parameters gameServerId : string moduleId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > gameServerControllerGetOne : functiongameServerControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputDTOAPI > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputDTOAPI > , > gameServerControllerGetPlayers : functiongameServerControllerGetPlayers ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerOnGameserverOutputDTOAPI > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerOnGameserverOutputDTOAPI > , > gameServerControllerGetTypes : functiongameServerControllerGetTypes ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerTypesOutputDTOAPI > , > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerTypesOutputDTOAPI > , > gameServerControllerGiveItem : functiongameServerControllerGiveItem ( gameServerId : string , playerId : string , giveItemInputDTO ?: GiveItemInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Parameters gameServerId : string playerId : string Optional
giveItemInputDTO : GiveItemInputDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > gameServerControllerImportFromCSMM : functiongameServerControllerImportFromCSMM ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ImportOutputDTOAPI > , > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ImportOutputDTOAPI > , > gameServerControllerInstallModule : functiongameServerControllerInstallModule ( gameServerId : string , moduleId : string , moduleInstallDTO ?: ModuleInstallDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > Parameters gameServerId : string moduleId : string Optional
moduleInstallDTO : ModuleInstallDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > gameServerControllerKickPlayer : functiongameServerControllerKickPlayer ( gameServerId : string , playerId : string , kickPlayerInputDTO ?: KickPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Parameters gameServerId : string playerId : string Optional
kickPlayerInputDTO : KickPlayerInputDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > gameServerControllerListBans : functiongameServerControllerListBans ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanPlayerOutputDTO > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanPlayerOutputDTO > , > gameServerControllerRemove : functiongameServerControllerRemove ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > gameServerControllerSearch : functiongameServerControllerSendMessage : functiongameServerControllerSendMessage ( id : string , messageSendInputDTO ?: MessageSendInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Parameters id : string Optional
messageSendInputDTO : MessageSendInputDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > gameServerControllerShutdown : functiongameServerControllerShutdown ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > > gameServerControllerTeleportPlayer : functiongameServerControllerTeleportPlayer ( gameServerId : string , playerId : string , teleportPlayerInputDTO ?: TeleportPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Parameters gameServerId : string playerId : string Optional
teleportPlayerInputDTO : TeleportPlayerInputDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > gameServerControllerTestReachability : functiongameServerControllerTestReachabilityForId : functiongameServerControllerTestReachabilityForId ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerTestReachabilityDTOAPI > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerTestReachabilityDTOAPI > , > gameServerControllerUnbanPlayer : functiongameServerControllerUnbanPlayer ( gameServerId : string , playerId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Parameters gameServerId : string playerId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > gameServerControllerUninstallModule : functiongameServerControllerUninstallModule ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > Parameters gameServerId : string moduleId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < ModuleInstallationOutputDTOAPI > , > gameServerControllerUpdate : functiongameServerControllerUpdate ( id : string , gameServerUpdateDTO ?: GameServerUpdateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputDTOAPI > , > Parameters id : string Optional
gameServerUpdateDTO : GameServerUpdateDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < GameServerOutputDTOAPI > , >
GameServerApi - functional programming interface
Export