src/main/kotlin/org/jetbrains/teamcity/rest/apis/ServerApi.kt [225:239]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - areaId: String, basePath: String? = null, locator: String? = null, fields: String? = null, extraHeaders: Map = jsonHeaders ) : Files { val localQuery: MutableMap> = HashMap() basePath?.let { localQuery["basePath"] = listOf("$basePath") } locator?.let { localQuery["locator"] = listOf("$locator") } fields?.let { localQuery["fields"] = listOf("$fields") } val localVariableConfig = RequestConfig( RequestMethod.GET, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/jetbrains/teamcity/rest/apis/ServerApi.kt [261:275]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - areaId: String, basePath: String? = null, locator: String? = null, fields: String? = null, extraHeaders: Map = jsonHeaders ) : Files { val localQuery: MutableMap> = HashMap() basePath?.let { localQuery["basePath"] = listOf("$basePath") } locator?.let { localQuery["locator"] = listOf("$locator") } fields?.let { localQuery["fields"] = listOf("$fields") } val localVariableConfig = RequestConfig( RequestMethod.GET, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -